- Katılım
- 23 Eki 2020
- Mesajlar
- 1,828
Re: Volume Accumulation Percent Indicator · To: metastock@xxxxxxxxxxxxx · Subject: Re: Volume accumulation percent indicator · From: HARELSDB@xxxxxxx · Date: Wed, 13 Oct 1999 22:05:12 EDT · Reply-To: metastock@xxxxxxxxxxxxx · Sender: owner-metastock@xxxxxxxxxxxxx Though not directly related to the volume percent indicator, I have recently been using a volume indicator that I wrote myself in Metastock's formulalanguage. It uses the same idea that Chande used to turn RSI into theStochRSI oscillator and the preprogramme Price Volume Trend function. Price Volume Trend is similar to On Balance Volume except that as the volumeis accumulated, it is weighted according to the percent price change fromthe previous close. I use fast and slow "stochastic" lines to judgewhen either accumulation or distribution is taking place. I used alook back period of 19 days which fits my style. Signals are generatedby the fast crossing above or below the slow lines. I have not workedwith it enough to say whether or not divergences offer signals too. Formulas for the StochPVT are shown below: |
|
Volume Accumulation Percent Indicator {Fast line} Mov((PVT()-LLV(PVT(),19))/ (HHV(PVT(),19)-LLV(PVT(),19)), 5, S); {Slow Line} Mov(Mov((PVT()-LLV(PVT(),19))/ (HHV(PVT(),19)-LLV(PVT(),19)), 5, S),3,S) |
[15646] | |
| |
Source / From: |