macd直接与隔峰顶背离指标(副图 通达信 贴图)自行优化,背离出现有提示源码下载:
dif:100*(ema(close,12)-ema(close,26)),colorwhite,linethick1;
dea:ema(dif,9),coloryellow,linethick1;
macd:(dif-dea)*2,colorstick;
金叉:=cross(dif,dea);
m1:=barslast(金叉),nodraw;
m2:=ref(barslast(金叉),m1+1),nodraw;
m3:=ref(barslast(金叉),m2+m1+2),nodraw;
ch1:=hhv(c,m1+1),nodraw;
difh1:=hhv(dif,m1+1),nodraw;
ch2:=ref(ch1,m1+1),nodraw;
difh2:=ref(difh1,m1+1),nodraw;
ch3:=ref(ch2,m1+1),nodraw;
difh3:=ref(difh2,m1+1),nodraw;
pdifh2:=if(difh2>0,intpart(log(difh2))-1,intpart(log(-difh2))-1);
mdifh2:=intpart(difh2/pow(10,pdifh2));
pdifh3:=if(difh3>0,intpart(log(difh3))-1,intpart(log(-difh3))-1);
mdifh3:=intpart(difh3/pow(10,pdifh3));
mdift2:=intpart(dif/pow(10,pdifh2));
mdift3:=intpart(dif/pow(10,pdifh3));
直接顶背离:=(ch1>ch2 ) and (mdift2<mdifh2) and (macd>0 and ref(macd,1)>0) and mdift2>=ref(mdift2,1);
隔峰顶背离:=(ch1>ch3 and ch3>ch2 ) and (mdift3<mdifh3) and (macd>0 and ref(macd,1)>0) and mdift3>=ref(mdift3,1);
顶部钝化:直接顶背离 or 隔峰顶背离,nodraw;
顶背离:((mdift2<ref(mdift2,1))*ref(直接顶背离,1)) or ((mdift3<ref(mdift3,1))*ref(隔峰顶背离,1)),nodraw;
{好公式网-最好的股票公式网站 www.goodgongshi.com}
stickline(顶部钝化,dif,dea,1,0),colorgreen;
drawtext(tfilter(顶背离,c>ref(ch1,1),1),dif*1.12,'结构形成'),colorgreen;
drawicon(cross(dif,dea),dea,36);
drawicon(cross(dea,dif),dea,37);
macddif:=if(abs(macd)>abs(dif),macd,dif);
drawicon(ref(dif,1)>ref(dif,2) and dif<ref(dif,1) and dif>0 and dif>dea,macddif*1.1,39),colorgreen;
drawicon(ref(dif,1)<ref(dif,2) and dif>ref(dif,1) and dif<0 and dif<dea,macddif*1.1,38),colorred;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文MACD直接与隔峰顶背离指标(副图 通达信 贴图)自行优化,背离出现有提示下载仅供学习研究。