CCI
commodity channel index(顺势指标)简称CCI,是美国技术分析家唐纳德·兰伯特(Donald Lambert)提出的。
计算
公式
CCI由一线构成,是典型价格(Typical Price)与典型价格的N日移动平均的差除以N日内典型价格的平均绝对偏差。
设当前周期的最高价为H,最低价价L,收盘价为C,[math]\displaystyle{ p_t }[/math]为典型价格:
典型价格 | [math]\displaystyle{ p_t=\frac{H+L+C}{3} }[/math] | |
设[math]\displaystyle{ \overline x }[/math]为N周期的[math]\displaystyle{ p_t }[/math]的平均值,[math]\displaystyle{ MD(p_t) }[/math]为N周期[math]\displaystyle{ p_t }[/math]的绝对偏差平均值。
绝对偏差平均值 | [math]\displaystyle{ MD(p_t)=\frac{|p_{t1}-\overline x|+ |p_{t2}-\overline x|+\cdot\cdot\cdot+|p_{tN}-\overline x|}{N} }[/math] | |
接下来计算CCI值,通常使用0.015反因子进行缩放,使结果数字易读。
CCI | [math]\displaystyle{ CCI = \frac{1}{0.015}\frac{p_t - SMA(p_t)}{MD(p_t)} }[/math] | |