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

Re: Parabolic Question



PureBytes Links

Trading Reference Links

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
>