申万宏源技术指标测试大全之九—Commodity Channel Index
由googleglass创建,最终由googleglass 被浏览 47 用户
指标介绍
顺势指标(Commodity Channel Index):简称CCI
所需数据和参数:CCI(high,low,close,tp_per,md_per,const )
指标伪码:
TYP:=(HIGH+LOW+CLOSE)/3;
CCI:(TYP-MA(TYP,tp_per))/(const*AVEDEV(TYP,md_per));
指标含义
/wiki/static/upload/66/66738cbe-f3d6-4cfe-b4da-2219d83947a3.pdf
\