PureBytes Links
Trading Reference Links
|
Hello Nathan,
here it is.
pds = 14; t = 3;
Graph0=100*((Close-LLV(Low, pds))/(HHV(High,pds)-LLV(Low,pds)));
Graph1=MA(100*((Close-LLV(Low, pds))/(HHV(High,pds)-LLV(Low,pds))),t);
Thomas
----- Original Message -----
From: <njpowell@xxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, November 15, 2001 9:33 PM
Subject: [amibroker] Fast Stochastic AFL??
> has someone created an AFL file for a fast stochastic?
>
> tia
> Nathan
>
>
>
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
|