PureBytes Links
Trading Reference Links
|
Hi
I think this will do it
KSTLong = (EMA(ROC(C,39),26)*1) + (EMA(ROC(C,52),26)*2) + (EMA(ROC
(C,78),26)*3) + (EMA(ROC(C,109),39)*4);
Rick
--- In amibroker@xxxxxxxxxxxxxxx, "Dickie Paria" <babui@xxxx> wrote:
> Can somebody 'translate' this simple ROC indicator to AFL ? Its from
> Martin Pring's website (www.pring.com)
>
> Long-term KST Exponential Moving Average
>
> (Mov(Roc(C,39,%),26,E)*1) + (Mov(Roc(C,52,%),26,E)*2) + (Mov(Roc
> (C,78,%),26,E)*3) + (Mov(Roc(C,109,%),39,E)*4)
------------------------ Yahoo! Groups Sponsor --------------------~-->
Help Sudanese refugees rebuild their lives through GlobalGiving.
http://us.click.yahoo.com/hjNroD/EbOLAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|