Class CciRTIndicator

All Implemented Interfaces:
Resettable, RTIndicator

public class CciRTIndicator extends AbstractWindowSeriesRTIndicator
Commodity Channel Index (CCI) RTIndicator.

CCI measures the deviation of the price from its mean, normalized by the mean absolute deviation (MAD). Values above +100 suggest overbought conditions, below -100 suggest oversold conditions.

Formula: CCI = (price - SMA) / (0.015 × MAD)