PureBytes Links
Trading Reference Links
|
Thanx Thomas
--- In amibroker@xxxx, "Thomas Z." <thomas.zm@xxxx> wrote:
> 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@xxxx>
> 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/
> >
> >
|