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

Re: ROR Rate of return indicator



PureBytes Links

Trading Reference Links

--- In amibroker@xxxx, "dtholz" <dtholz@xxxx> wrote:
> After Taking to Alan her is the ms Version when I convert it to AB 
> the dont seem to plot the same ..
> also how do i plot a line for the 25 % and 40 % postions on the chart
> my AB version 
> Graph1 = 200*(LinRegSlope(C,52)-Ref(LinRegSlope(C,52),-26))/C;
> 
> 
> MS version 
> 200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/C
> 
> David


Hi David

You mention that you've contacted Alan Hull and presumably got confirmation that the MS formula for his LinROR indicator is:

200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/C

I'm a bit confused about this in the light of a couple of past Stockcentral threads I've read at:

http://www.stockcentral.com.au/forum/machine/Forum3/HTML/000687.html
http://www.stockcentral.com.au/forum/machine/Forum2/HTML/000638.html

How does the one-line formula above compare with the 'bloat-outs' mentioned in the threads? Any thoughts?

Thanks
Paul