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

[amibroker] Re: roc of MA



PureBytes Links

Trading Reference Links

Rik,

ROC over EMA is a pretty good indicator. I use it on an 15 minute 
bases and this works out well.
Just use ROC(EMA(C,30),16); and experment with the values.
It is however not the same as price


regards,

Frans.


--- In amibroker@xxxxxxxxxxxxxxx, "Fred <fctonetti@xxxx>" 
<fctonetti@xxxx> wrote:
> Price being an array you fill in ...
> 
> MALen = 10;
> ROCLen = 10;
> 
> XMA = MA(Price, MALen);
> 
> ROCMA = 100 * (XMA - Ref(XMA, -ROCLen)) / Ref(XMA, -ROCLen)
> 
> --- In amibroker@xxxxxxxxxxxxxxx, "Rik Rasmussen" <hrasmussen@xxxx> 
> wrote:
> > Is it possible to do an ROC (isn't this same as momentum?) of an 
MA 
> instead
> > of price?
> > Rik Rasmussen


Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/