Volume Weighted: VolWgtAvg / Lag(VolWgtAvg) Ratio

Abbreviation: VolWgtAvg/Lag(VolWgtAvg) Ratio
Category: Advanced Volume Weighted Moving Average

Input Parameters:

Name Range Default
Time Series Close
Volume Volume
VolWgtAvg Periods Int >= 1 5
Lag Amount Int >= 1 5

 
Calculation:

VolWgtAvg(X, V, n) / Lag(VolWgtAvg(X, V, n), L)

where
X = Time Series
V = Volume
n = VolWgtAvg Periods
L = Lag Amount

VolWgtAvg represents Volume Weighted Moving Average
Lag represents Lag

 
Discussion:

This indicator attempts to quantify movements in a time series by calculating the ratio of a volume weighted moving average to the same sized lagged volume weighted moving average.
 

Was this article helpful?

Related Articles