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

Re: Acceleration Bands



PureBytes Links

Trading Reference Links

Inputs: Price(close),Len(20);
Vars:  UpperBand(0),LowerBand(0),MidBand(0);

UpperBand=Average((high*(1+2*((((high-low)/((high+low)/2))*100)*0.01))),Len)
;
MidBand=Average(price,20);
LowerBand=Average((low*(1-2*((((high-low)/((high+low)/2))*100)*0.01))),Len);

Plot1(UpperBand,"UpBnd");
Plot2(MidBand,"MidBnd");
Plot3(LowerBand,"LowBnd");


----- Original Message -----
From: "tv" <tonyvare@xxxxxxxx>
To: "Pat Banks" <stopnreverse@xxxxxxxxx>; <LeslieG@xxxxxxx>;
<omega-list@xxxxxxxxxx>
Sent: Thursday, October 11, 2001 7:37 PM
Subject: Re: Acceleration Bands


> no it's a customized variation of bollinger bands.
>
>
> ----- Original Message -----
> From: "Pat Banks" <stopnreverse@xxxxxxxxx>
> To: <LeslieG@xxxxxxx>; <omega-list@xxxxxxxxxx>
> Sent: Thursday, October 11, 2001 6:55 PM
> Subject: Re: Acceleration Bands
>
>
> > It's probably a Keltner channel.
> >
> >
> >
> > --- LeslieG@xxxxxxx wrote:
> > > Price Headley of Daily TrendWatch has interesting
> > > charts of  "Acceleration
> > > Bands" posted at:
> > > http://www.bigtrends.com/document.jsp?documentid=59
> > >
> > > Would anyone know how these are calculated?
> > >
> >
> >
> >
>