diff:=(ema(close,6) - ema(close,16)),colorffff26;
dea:=ema(diff,5),color8a15ff;
macd:=2*(diff-dea);
stickline(macd>=0,macd,0,4,1),colorf00ff0;
stickline(macd<0,macd,0,4,1),colorwhite;
stickline(macd<ref(macd,1)and macd>0,0,macd,10,0 ),color00c4c4;
stickline(macd<ref(macd,1)and macd>0,0,macd,6.3,0 ),color00eaea;
stickline(macd<ref(macd,1)and macd>0,0,macd,2.2,0 ),color0bffff;
stickline(macd<ref(macd,1)and macd>0,0,macd,1.65,0 ),color46ffff;
stickline(macd>=ref(macd,1)and macd>0,0,macd,8 ,0 ),color0000bb;
stickline(macd>=ref(macd,1)and macd>0,0,macd,6.3 ,0 ),color0000f0;
stickline(macd>=ref(macd,1)and macd>0,0,macd,2.2,0 ),color1111ff;
stickline(macd>=ref(macd,1)and macd>0,0,macd,1.65 ,0 ),color3535ff;
stickline(macd>ref(macd,1)and macd<0,0,macd,10,0 ),color9b009b;
stickline(macd>ref(macd,1)and macd<0,0,macd,6.3 ,0 ),colorca00ca;
stickline(macd>ref(macd,1)and macd<0,0,macd,2.2,0 ),colorf000f0;
stickline(macd>ref(macd,1)and macd<0,0,macd,1.65,0 ),colorff28ff;
stickline(macd<=ref(macd,1)and macd<0,0,macd,8,0 ),color00aa00;
stickline(macd<=ref(macd,1)and macd<0,0,macd,6.3 ,0 ),color00ce00;
stickline(macd<=ref(macd,1)and macd<0,0,macd,2.2,0 ),color00f700;
stickline(macd<=ref(macd,1)and macd<0,0,macd,1.65 ,0 ),color2dff2d;
低位金叉:=cross(diff,dea) and diff<-0.1;
stickline(低位金叉,0,-0.18,10,0),colore8e8e8;
stickline(低位金叉,0,-0.18,4,0),colorf2f2f2;
stickline(低位金叉,0,-0.18,2,0),colorffffff;
drawtext(低位金叉,-0.2,' 金叉'),colorffffff;
jccount:=count(cross(diff,dea),barslast(dea>=0));
二次金叉:=cross(diff,dea) and dea<0 and count(jccount=2,21)=1;
stickline(二次金叉,0,-0.18,10,0),color0042cc;
stickline(二次金叉,0,-0.18,8,0),color004ff2;
stickline(二次金叉,0,-0.18,8,0),color3375ff;
drawtext(二次金叉,-0.2,' 金叉二'),color3375ff;
a1:=barslast(ref(cross(diff,dea),1));//www.goodgongshi.com
底背离:=ref(close,a1+1)>close and diff>ref(diff,a1+1) and cross(diff,dea);
stickline(底背离,0,0.13,10,0),colorcece00;
stickline(底背离,0,0.13,4,0),colorffff00;
stickline(底背离,0,0.13,2,0),colorffff44;
drawline(a1=0,dea,底背离,dea,0),colorffffff,linethick1;
drawtext(底背离,0.3,' 底背离'),colorffff26;
a2:=barslast(ref(cross(dea,diff),1));
顶背离:=ref(close,a2+1)<close and ref(diff,a2+1)>diff and cross(dea,diff);
上一指标公式:红柱买绿柱卖指标公式详解 同花顺红柱买绿柱卖
下一指标公式:A高抛低吸指南指标公式详解 同花顺低吸
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD天尊史上最牛MACD指标公式详解 同花顺史上公式仅供学习研究。