diff :ema(close,12) - ema(close,26);
dea :ema(diff,9),linethick2;
macd:=2*(diff-dea);//www.goodgongshi.com
stickline(macd>0 and macd>ref(macd,1),macd,0,colorred,0);
stickline(macd>0 and macd<ref(macd,1),macd,0,coloryellow,0);
stickline(macd<0 and macd>ref(macd,1),macd,0,colorgreen,0);
stickline(macd<0 and macd<ref(macd,1),macd,0,colorblue,0);
upcond:=cross(diff,dea);
downcond:=crossdown(diff,dea);
end_n1:=sumbars(downcond,1);
range_n1:=ref(sumbars(upcond,1),end_n1);
end_n2:=sumbars(downcond,2);
hh1:=ref(hv(h,range_n1),end_n1-1);
hh2:=ref(hv(h,range_n1),end_n2-1);
macd1:=ref(hv(macd,range_n1),end_n1-1);
macd2:=ref(hv(macd,range_n1),end_n2-1);
顶背离:=cross(0,macd) and hh1>hh2 and macd1<macd2;
drawtext(顶背离,diff*1.30 ,'顶背离'),rgb(0,255,64);
end_m1:=sumbars(upcond,1);//www.goodgongshi.com
range_m1:=ref(sumbars(downcond,1),end_m1);
end_m2:=sumbars(upcond,2);
ll1:=ref(lv(l,range_m1),end_m1-1);
ll2:=ref(lv(l,range_m1),end_m2-1);
macd3:=ref(lv(macd,range_m1),end_m1-1);
macd4:=ref(lv(macd,range_m1),end_m2-1);
底背离:=cross(macd,0) and ll1<ll2 and macd3>macd4;
drawtext(底背离,diff*1.50 ,'底背离'),colorwhite;
上一指标公式:搏击大智慧经典版公式 大智慧指标指标源码
下一指标公式:趋势主图文华版本公式 版本文华指标源码
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文顶底背离文华公式 指标贴图指标源码仅供学习研究。