- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
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 Re: Parabolic Question . To: metastock@xxxxxxxxxxxxx . Subject: Re: Parabolic Question . From: Larry <amernick@xxxxxxxx> . Date: Wed, 31 May 2000 07:56:41 -0700 . References: <200005310525.AAA12956@xxxxxxxxxxxxxxxxxxx> . Reply-To: metastock@xxxxxxxxxxxxx . Sender: owner-metastock@xxxxxxxxxxxxx Hi! Here is the formula that you requested. |
|
Parabolic 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 |
Source / From: |