PureBytes Links
Trading Reference Links
|
Roy, Thanks very much.
Fulvio
> -----Original Message-----
> From: Roy Larsen [mailto:rlarsen@xxxxxxxxxxxxxx]
> Sent: Monday, July 19, 2004 3:49 PM
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: Re: [EquisMetaStock Group] ravi and cti
>
> Fulvio
>
> This is RAVI from Chande's book "Beyond Technical Analysis".
>
> {RAVI}
> Abs(100*(Mov(C,7,S)-Mov(C,65,S))/Mov(C,65,S));
>
> This is the Chande Trend Index that I have.
>
> {Chande Trend Index}
> n:=Input("# of n periods",1,34,21);
> i:=Input("# of i periods",3,34,20);
> A:=Log(Ref(C,-i)/Ref(C,-(i-1)));
> Xt:=Sum(A,i)/n;
> B:=A-Xt;
> Bi:=Sum(B,i);
> St:=Sqrt(Power(Bi,2)/n);
> CTI:=Abs(Log(C/Ref(C,-n)/(St*Sqrt(n))));
> CTI
>
> Roy
____________________________________________________________
Yahoo! Companion - Scarica gratis la toolbar di Ricerca di Yahoo!
http://companion.yahoo.it
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|