优化版加了划线的主战macd副图指标
dif1:=ema(close,12) - ema(close,26),linethick2;
dea1:=ema(dif1,9),linethick2;
macd1:=2*(dif1-dea1),stick;
macd2:=ema(macd1,3);
stickline(macd1<ref(macd1,1)and macd1>0,0,macd1,1,0),colorgreen;
stickline(macd1>ref(macd1,1)and macd1<0,0,macd1,1,0),coloryellow;
stickline(macd1>ref(macd1,1)and macd1>0,0,macd1,1,0),colormagenta;
stickline(macd1<ref(macd1,1)and macd1<0,0,macd1,1,0),colorffcc33;
dif:dif1,color33ff33;
dea:dea1,coloryellow;
macd:macd1,nodraw,colormagenta;
低位金叉:cross(dif1,dea1) and dif1<-0.1;
jccount:=count(cross(dif1,dea1),barslast(dea1>=0));
二次金叉:=cross(dif1,dea1) and dea1<0 and count(jccount=2,21)=1;
stickline(二次金叉,0,0.06,6,0),colorff00ff;
drawicon(二次金叉,dea1*0.9,1) ;
drawtext(二次金叉,0.4,' 二次金叉'),coloryellow;
强度:if(dif1>=dea1,dif1,drawnull),colorred,linethick2;
a1:=barslast(ref(cross(dif1,dea1),1));
底背离:=ref(close,a1+1)>close and dif1>ref(dif1,a1+1) and cross(dif1,dea1);
stickline(底背离,0,0.03,6,0),color00ff00;
底背:drawline(a1=0,dea1,底背离,dea1,0),colorred,linethick4;
drawtext(底背离,0.1,' 底背离'),coloryellow;
a2:=barslast(ref(cross(dea1,dif1),1));
顶背离:=ref(close,a2+1)<close and ref(dif1,a2+1)>dif1 and cross(dea1,dif1);
顶背:drawline(a2=0,dea1,顶背离,dea1,0),colorgreen,linethick4;
drawtext(顶背离,0.1,'顶背离'),colorgreen;
{obv判势}
obv:=dif;
p:=5;
aa1:=ref(obv,p)=hhv(obv,2*p+1);
b1:=filter(aa1,p);
c1:=backset(b1,p+1);
d1:=filter(c1,p);{高点}
aa2:=ref(obv,p)=llv(obv,2*p+1);
b2:=filter(aa2,p);
c2:=backset(b2,p+1);
d2:=filter(c2,p);{低点}
上:ref(obv,barslast(d1)),colorff00ff,nodraw;
下:ref(obv,barslast(d2)),color00ff00,nodraw;
向上:cross(obv,上*1.01),nodraw;
相对能量:(obv-下)/(上-下)*100,coloryellow,nodraw;
r11:=backset(islastbar,barslast(d1)+1);
s11:=r11>ref(r11,1);
drawline(d1,obv,s11,obv,1),coloryellow;
t11:=backset(islastbar,barslast(d2)+1);
u11:=t11>ref(t11,1);
drawline(d2,obv,u11,obv,1),color00ff00;
stickline(c>0,下,下,1,0),color00ff00;
stickline(c>0,上,上,1,0),colorff00ff;
drawtext(cross(obv,上*1.01),上,'上'),coloryellow;
drawtext(cross(下*0.99,obv),下,'下'),coloryellow;
上一指标公式:【金钻精品】绝杀底部先知先觉提前布局最先受益于潜力龙头标的博弈短线爆发金股指标下载
下一指标公式:买卖红绿灯下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文优化版加了划线的主战MACD副图指标下载仅供学习研究。