Abbreviation: CCI ExpAvg Diff
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 |
ExpAvg1 Periods | Int >= 1 | 5 |
ExpAvg2 Periods | Int >= 1 | 10 |
Calculation:
ExpAvg(X, ExpAvg1 Periods) – ExpAvg(X, ExpAvg2 Periods)
where
X = CCI(High Price, Low Price, Closing Price, CCI Periods, Deviation Multiplier)
CCI represents Commodity Channel Index (CCI)
ExpAvg represents Exponential Moving Average
Discussion:
This indicator attempts to quantify movements in the Commodity Channel Index indicator by calculating the difference between two moving averages. Since it uses exponential moving averages (which give more importance to the most recent periods than to less recent periods), the indicator tends to focus more upon movement occurring in the most recent periods.