顶部结构预警源码下载:
金叉:=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;{好公式网-最好的股票公式网站 www.goodgongshi.com}
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);
t:直接顶背离 or 隔峰顶背离,nodraw;
tg:((mdift2<ref(mdift2,1))*ref(直接顶背离,1)) or ((mdift3<ref(mdift3,1))*ref(隔峰顶背离,1)),nodraw;
顶背离消失:=(ref(直接顶背离,1) and difh1>=difh2 ) or (ref(隔峰顶背离,1) and difh1>=difh3);
drawtext(tfilter(t,macd<0,1),(dif+macd),'钝化'),colorgreen;
drawtext(tfilter(顶背离消失,t,1),(dif+macd),'消失'),coloryellow;
stickline(t or tg,dif,dea,1,0),colorgreen;
drawtext(tfilter(tg,macd<0,1),dif*1.02,'结构形成'),colormagenta;
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文顶部结构预警主图下载仅供学习研究。