Oscillating indicator MA of CCI is standard oscillator Commodity Channel Index (CCI), and signal line is Moving Average built on the CCI data
It has four adjustable parameters:
- CCI period - CCI calculation period
- CCI applied price - CCI applied price
- MA period - smoothin MA calculation period
- MA method - smoothing MA calculation method
Calculations:
CCI = CCI(CCI applied price, CCI period)
MA = MA(CCI, MA period, MA method)
