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

Re: Parabolic Question



PureBytes Links

Trading Reference Links

Larry:

The ADXR formula probably refers to the close, as does the SAR.  If you want
to run the SAR to refer to some other price, then you will probably need to
change all the references in the components of the SAR to reference the same
price. The formula for the ADXR is also given in Wilder's book. "Technical
analysis from A to Z" does not give the formula for ADXR.

Sorry I didn't make myself clear.

Let me know what your results are.  It is sometimes very useful to use your
own parameters instead of the default ones.
Lionel Issen
lissen@xxxxxxxxx
----- Original Message -----
From: Larry <amernick@xxxxxxxx>
To: <metastock@xxxxxxxxxxxxx>
Sent: Wednesday, May 31, 2000 1:40 PM
Subject: Re: Parabolic Question


> What changes do you suggest?
>
> Lionel Issen wrote:
>
> > Larry:
> >
> > You'll probably also need to make changes in the ADXR formula
> > Lionel Issen
> > lissen@xxxxxxxxx
> > ----- Original Message -----
> > From: Larry <amernick@xxxxxxxx>
> > To: <metastock@xxxxxxxxxxxxx>
> > Sent: Wednesday, May 31, 2000 9:56 AM
> > Subject: Re: Parabolic Question
> >
> > > Hi!
> > > Here is the formula that you requested.
> > > If( (SAR(0.02,0.2)<C AND (ADXR(14)>15)),1, If((SAR(0.02,0.2)>C AND
> > > (ADXR(14)>15)),-1,0));
> > > ADXR(14)-15;
> > > SAR(0.02,0.2)-C
> > >
> > > whardy@xxxxxxx wrote:
> > >
> > > > Does anyone know the formula for Wilder's Parabolic SAR?  I would
like
> > to be able to
> > > > change what it calculates on, instead of the closing prices.
> > > >
> > > > Thanks in advance,
> > > >
> > > > Bill Hardy
> > >
>