dmi强背离买入源码下载:
n:=21;
n1:=17;
m:=6;
m1:=20;
tr:=sma(max(max(high-low,abs(high-ref(close,
1))),abs(low-ref(close,1))),n,1);
tr1:=ema(max(max(high-low,abs(high-ref(close,
1))),abs(ref(close,1)-low)),n);
hd:=high-ref(high,1);
ld:=ref(low,1)-low;
dmp:=sma(if(hd>0 and hd>ld,hd,0),n,1);
dmm:=sma(if(ld>0 and ld>hd,ld,0),n,1);
pdi:dmp*100/tr,colorred;
mdi:dmm*100/tr,colorgreen;
adx:sma(abs(mdi-pdi)/(mdi+pdi)*100,n,1),coloryellow;
adxr:ema(adx,m);
adma:ema(adx,m1);
omd:(adx-2*adma+adxr)/2, colorstick;
弱:16,pointdot,colorcyan;
强:30,pointdot,colorlired;//www.goodgongshi.com
drawband(adx,rgb(155,50,50),adxr,rgb(0,100,50));
stickline(omd>ref(omd,1) and omd>0,0,omd,1,0),colorred;
stickline(omd>ref(omd,1) and omd<0,0,omd,1,0),colorgreen;
stickline(omd<ref(omd,1),0,omd,1,0),colorcbcbc0;
stickline(omd>=0 or omd<=0,0,0,50,1),colorwhite;
adx1:adx,colorred;
adxr1:adxr,colorgreen;
adma1:adma;
强:if(adx1>=adxr1,adx1,drawnull),colorred,linethick3;
买入:if(omd>0 and omd-ref(omd,1)>0,30,0);
a1:=barslast(ref(cross(adx,adxr),1));
b1:=ref(c,a1+1)>c and ref(adxr,a1+1)<adxr and cross(adx,adxr);
drawtext(b1>0,adx-0.1,'底背离'),colorff00ff;
stickline(b1,0,adx,0.5,0),color0000ff;
上一指标公式:轻狂出手短线买点操作下载
下一指标公式:搏击庄家价值评估买卖主图下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文DMI强背离买入下载仅供学习研究。