PureBytes Links
Trading Reference Links
|
On Sun, 11 Jun 2000 18:53:02 -0400, you wrote:
> does anyone have the explorer code for this indicator...thanks...
> Jim....Atlanta, GA
?? Is this the right VAP ??
Volume Accumulation Percentage Indicator (VAP) - David Vomund TASC
10/1999 TASC p.69
VAP, or VA%, is similar to Chaikin's Money Flow * 100.
Periods: = Input("Time Periods",1,60,21);
X: = (2*C-H-L) / (H-L);
TVA: = Sum(V*x,Periods);
TV: = Sum(V,Periods);
VA: = 100*TVA/TV;
VA
-÷ Chris ß ÷-
|