PureBytes Links
Trading Reference Links
|
It appears this form assumes weekly data. I
would assume it needs the ability to switch from weekly to daily - seems there
has been a thread on this lately, however, I haven't been following it. If
we can "get to" the day or week flag it would be a simple
modification.
Cordially,
Richard
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=dtholz@xxxx
href="">dtholz
To: <A title=amibroker@xxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 18, 2002 3:26
AM
Subject: [amibroker] Re: ROR Rate of
return indicator
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 chartmy AB version Graph1 =
200*(LinRegSlope(C,52)-Ref(LinRegSlope(C,52),-26))/C;MS version
200*(LinearReg(C,52)-Ref(LinearReg(C,52),-26))/CDavid---
In amibroker@xxxx..., "dtholz"
<dtholz@xxxx> wrote:> Hi some asked re Alan Hulls ROR indicator
> im sure it could be done but i cant get the indicator to look
> correct .. > > the formuala is > Value of 52
week lin regression today = $11.67> Value of 52 week linear regression
six month ago = $9.06> current share price = $ 12.37> Annual
rate of return = (11.67 - 9.06)/12.37 = 0.21> Annualised and converted
to a % = 42 %> > so this 42 % is ploted and changes each day
with price movements > the is also a static line at 25 % and 40 %
..> > I hope someone can create it cause my efforts are not
working :(> > DavidYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|