diff1:=ema(close,12)-ema(close,27);
dea1:=ema(diff1,9);
macd:=2*(diff1-dea1),stick;
stickline(macd<ref(macd,1)and macd>0,0,macd,3.2,0),colorb20000;
stickline(macd<ref(macd,1)and macd>0,0,macd,2.7,0),colorec0000;
stickline(macd<ref(macd,1)and macd>0,0,macd,2.1,0),colorff4600;
stickline(macd<ref(macd,1)and macd>0,0,macd,1.5,0),colorff6300;
stickline(macd<ref(macd,1)and macd>0,0,macd,0.9,0),colorff8b00;
stickline(macd<ref(macd,1)and macd>0,0,macd,0.3,0),colorffab00;
stickline(macd>=ref(macd,1)and macd>0,0,macd,3.2,0),color000055;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2.7,0),color000077;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2.1,0),color000099;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1.5,0),color0000bb;
stickline(macd>=ref(macd,1)and macd>0,0,macd,0.9,0),color0000dd;
stickline(macd>=ref(macd,1)and macd>0,0,macd,0.3,0),color0000ff;
stickline(macd>ref(macd,1)and macd<0,0,macd,3.2,0),color555555;
stickline(macd>ref(macd,1)and macd<0,0,macd,2.7,0),color777777;
stickline(macd>ref(macd,1)and macd<0,0,macd,2.1,0),color999999;
stickline(macd>ref(macd,1)and macd<0,0,macd,1.5,0),colorbbbbbb;
stickline(macd>ref(macd,1)and macd<0,0,macd,0.9,0),colordddddd;
stickline(macd>ref(macd,1)and macd<0,0,macd,0.3,0),colorffffff;
stickline(macd<=ref(macd,1)and macd<0,0,macd,3.2,0),colorb20000;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2.7,0),colorec0000;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2.1,0),colorff4600;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1.5,0),colorff6300;
stickline(macd<=ref(macd,1)and macd<0,0,macd,0.9,0),colorff8b00;
stickline(macd<=ref(macd,1)and macd<0,0,macd,0.3,0),colorffab00;
stickline(macd>=0 or macd<=0,0,0,50,2),colorwhite;
diff:diff1,color33ff33;
dea:dea1,coloryellow;
强度:if(diff>=dea,diff,drawnull),colorred;
低位金叉:=cross(diff,dea) and diff<-0.1;
drawtext(低位金叉,-0.1,' 低位金叉'),coloryellow;
jccount:=count(cross(diff,dea),barslast(dea>=0));
二次金叉:=cross(diff,dea) and dea<0 and count(jccount=2,21)=1;
drawicon(二次金叉,dea*1.04,13) ;
drawtext(二次金叉,-0.1,' 二次金叉'),colorff00ff;
a1:=barslast(ref(cross(diff,dea),1));
底背离:=ref(close,a1+1)>close and diff>ref(diff,a1+1) and cross(diff,dea);
底背:drawline(a1=0,dea,底背离,dea,0),colorred,pointdot;
drawtext(底背离,0.1,'底背离'),colormagenta;
a2:=barslast(ref(cross(dea,diff),1));
顶背离:=ref(close,a2+1)<close and ref(diff,a2+1)>diff and cross(dea,diff);
顶背:drawline(a2=0,dea,顶背离,dea,0),colorgreen,pointdot;
drawtext(顶背离,diff,'顶背离'),colorgreen;
上一指标公式:短线客的必备:多空博弈指标详解 通达信公式多空
下一指标公式:拉升力及选股副图有用法注释指标详解 通达信注释用法
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文背离副图指标详解 通达信背离仅供学习研究。