Abbreviation: CCI VolWgtAvg
Category: Price Momentum Indicators: Smoothed
Input Parameters:
Name | Range | Default |
High Price | High | |
Low Price | Low | |
Closing Price | Close | |
CCI Periods | Int >= 2 | 5 |
Deviation Multiplier | Real > 0.0 | 0.015 |
Volume | Volume | |
VolWgtAvg Periods | Int >= 1 | 5 |
Calculation:
VolWgtAvg(X, Volume, VolWgtAvg Periods)
where
X = CCI(High Price, Low Price, Closing Price, CCI Periods, Deviation Multiplier)
CCI represents Commodity Channel Index (CCI)
VolWgtAvg represents Volume Weighted Moving Average
Discussion:
This indicator attempts to smooth the Commodity Channel Index indicator by calculating its moving average. Since it uses a volume weighted moving average (which gives more importance to those periods with higher volume relative to the other periods in the moving average’s time frame), the smoothing is influenced more by periods of relatively higher volume than by periods of relatively lower volume.