typ := (high + low + close)/3;
cci:(typ-ma(typ,14))/(0.015*avedev(typ,14));
cci5:ma(cci,5);
cci10:=ma(cci,10);
cci2:=ma(cci,2);
stickline(cci<-100,cci,-90,0,0), colorwhite;
stickline(cci<-100,cci,-100,0,0),coloryellow;
stickline(cci10<-100,cci10,-110,0,0), colormagenta;
stickline(cci>100 and cci<=200,100,cci,0,0),colorwhite;
stickline(cci>200 and cci<=300,200,cci,5,0),colorwhite;
stickline(cci>300,300,cci,9,0),colorwhite;
stickline(cci5>100 and cci5<=200,100,cci5+5,0,0),coloryellow;
stickline(cci5>200 and cci5<=300,200,cci5+5,5,0),coloryellow;
stickline(cci5>300,300,cci5+5,7,0),coloryellow;
stickline(cci10>100 and cci10<=200,100,cci10+5,0,0),colormagenta;
stickline(cci10>200 and cci10<=300,200,cci10+5,5,0),colormagenta;
stickline(cci<-150,cci,-150,5,0), colorwhite;
stickline(cci5<-150,cci5-5,-150,5,0),coloryellow;
stickline(cci10<-149,cci10-5,-160,5,0), colormagenta;
ab1:300,colorblue,linethick3;
ab0:200,colorblue,linethick2;
///www.goodgongshi.com
ab:100,colorgreen;
ef:-100,colorred;
gh:-200,coloryellow;
aa1:=barslast(ref(cross(cci,cci5),1));
stickline((close<ref(close,aa1+1) and cci>ref(cci,aa1+1)
and cross(cci,cci5) and (cci<0 or ref(cci,1)<0)) or cci<-200,0,120,7,0), colorred;
bb1:=barslast(ref(cross(cci5,cci),1));
stickline((close>ref(close,bb1+1) and cci<ref(cci,bb1+1)
and cross(cci5,cci) and (cci>0 or ref(cci,1)>0)) or cci>200,0,200,7,0),colorgreen;
drawtext(cross(cci,cci2),cci2,'1'),colorred;
drawtext(cross(cci,cci5),cci5,'2'),colorred;
drawtext(cross(cci2,cci5),cci5,'3'),coloryellow;
drawtext(cross(cci2,cci10),cci10*1.2,'4'),colormagenta;
drawtext(cross(cci2,cci),cci,'1'),colorwhite;
drawtext(cross(cci5,cci),cci,'2'),colorwhite;
drawtext(cross(cci5,cci2),cci2,'3'),colorgreen;
drawtext(cross(cci10,cci2),cci2*1.1,'4'),colorblue;
drawicon(cci>=ref(cci,1) and ref(cci,1)<ref(cci,2) and ref(cci,2)<ref(cci,3)
and (cci<-50 or ref(cci,-1)<-50) ,cci*1.1,9);
drawicon(cci<=ref(cci,1) and ref(cci,1)>ref(cci,2)
and (cci>50 or ref(cci,1)>50 ),cci*1.1,10);
上一指标公式:妲己指标公式详解 同花顺妲己
下一指标公式:绝对底指标公式详解 同花顺
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文波段CCI指标公式详解 同花顺波段仅供学习研究。