[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Conversion of Metastock Indicator



PureBytes Links

Trading Reference Links


Being a recent owner of Amibroker and member of 
this list, I was hoping someone could tell me how to convert this indicator 
formula to Amibroker.
 
LinRegSlope(C,13)+100 * ( Mov( Mov( 
ROC(C,1,$),34,E),21,E) / Mov( Mov( Abs( ROC(C,1,$)),34,E),21,E))+100 * ( Mov( 
Mov(C - (.5 * ( HHV(H,13) + LLV(L,13))),21,E),3,E) / (.5*Mov( Mov( HHV(H,13) - 
LLV(L,13),21,E),3,E)))
 
Hopefully, soon I will know enough to try these 
conversions on my own and be able to share with you.
 
How Long a Minute is, depends onwhich side of 
the Bathroom Door you are on.