convert metastock formula to amibroker code

rvlv

Active Member
#2
Hi
IN AMIBROKER
The formula ROC( CLOSE, 14 )
returns the 14-period
percent rate-of-change of the closing prices

The metastock code you posted is
ROC(MOV((C/P),13,S),1,%)

MOV =MA
S=SIMPLE MA
MOV((C/P),13,S) = MA((C/P),13)
ROC(MA((C/P),13),1)
Is what you need
 
#3
Hi
Can any formula guru can convert this metastock code to amibroker

Mov(2*(Mov(C,39/2,W))-Mov(C,39,W),2,W)

Thanking for your interest
 
#4
ANYBODY CAN HELP ME. I NEED TO CONVERT MY CODE FROM METASTOCK TO AMIBROKER. THANKS FOR YOUR HELP
C>Ref(HHV(C, 10 ),-1) AND VOLUME>=Mul(.8,Ref(VOLUME,-1))AND VOLUME>=100000 AND VOLUME>=Mul(Mov(VOLUME, 20, S),1.2) AND CLOSE>4
 

Similar threads