实战效果极强主图指标
{实战效果极强主图}
n:=5;
m:=13;
v1:=abs((2*close+high+low)/4-ma(close,20))/ma(close,20);
v2:=(1-7/100)*(dma(close,v1));
v3:=(1+7/100)*(dma(close,v1));
v5:=ma((low+high+close)/3,5);
支撑:refdate(v2,date),pointdot,linethick3,colorcc66ff;
阻力:refdate(v3,date),pointdot,linethick3,colorgreen;
ma1:=mema(close,5);
ma2:=atan((ma1/ref(ma1,1)-1)*100)*180/3.1416;
ma3:=if(ma2>0,ma2,ma2);
ma5:ma(close,n),color888899;
ma30:ma(c,30),coloryellow;
ma13:ma(close,m),colorff9900,linethick2;
var1:=close=hhv(c,4) and (ref(c,1)>=ref(c,2) or ref(c,1)>=ref(c,3)) or ref(c,1)=hhv(c,4) and close>=ref(c,2) or ref(c,2)=hhv(c,4) and ref(c,3)=llv(c,4) and c>=ref(c,1) or ref(c,3)=hhv(c,4) and c>=ref(c,1) and c>=ref(c,2);
{好公式网-最好的股票公式网站 www.goodgongshi.com}
var2:=close=hhv(c,4) and ref(c,1)=llv(c,4);
var3:=close=llv(c,4) and (ref(c,1)<ref(c,2) or ref(c,1)<ref(c,3)) or ref(c,1)=llv(c,4) and c<ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)=hhv(c,4) and c<ref(c,1) or ref(c,3)=llv(c,4) and c<ref(c,1) and c<ref(c,2);
var4:=ref(c,1)=llv(c,4) and c>=ref(c,2) or ref(c,2)=llv(c,4) and ref(c,1)<=ref(c,3) and ref(c,2)<ref(c,4) and c>=ref(c,1);
var5:=ref(c,1)=hhv(c,4) and c<ref(c,2) or (ref(c,2)=hhv(c,4) and ref(c,1)>ref(c,3) or ref(c,3)=hhv(c,4) and ref(c,1)>ref(c,2)) and ref(c,2)>=ref(c,4) and c<ref(c,1);
var6:=v5>ref(v5,1) and ref(v5,1)<ref(v5,2);
var7:=low<hhv(v5,13) and high>hhv(v5,13) and close>ref(c,1) and close>open;
var8:=var7 and count(var6,2);
var9:=100*ema(ema(c-ref(c,1),6),6)/ema(ema(abs(c-ref(c,1)),6),6);
var10:=ema(ma(c,13),13);
var11:=filter((llv(var9,2)=llv(var9,7) and count(var9<0,2) and cross(var9,ma(var9,2)))=1,5);
var12:=filter((hhv(var9,2)=hhv(var9,7) and count(var9>50,2) and cross(ma(var9,2),var9))=1,1);
var13:=sma(ema((c-ref(c,1))/ref(c,1),5)*100,3,1)*10;
var14:=filter(((cross(var13,0) or cross(c,var10)) and var11)=1,3);
var15:=ma(c,18)>=ref(ma(c,18),3) and cross(c,ma(c,18));
var16:=var8 and not(ref(var8,1));
强攻:if(ma3>ref(ma3,1) and ma3>=0,ma13,drawnull),coloryellow,linethick2;
回调:if(ma3<ref(ma3,1) and ma3>0,ma13,drawnull),colorgreen,linethick2;
{kdj}
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;
k:=sma(rsv,3,1);
d:=sma(k,3,1);
j:=3*k-2*d;
金叉:=cross(j,d);
死叉:=cross(d,j);
买1:=(var14 or var15) and var11;
买2:=(var14 or var15) and var4;
买3:=(var14 or var15) and var2;
买4:=(var2 and var11) or (var4 and var11);
买5:=(金叉 and var4) or (金叉 and var2) or (金叉 and var11);
{涨停}
stickline(close>ref(close,1)*1.0985 and close=high,close,open,4,-1),color00ffff;
{跌停}
stickline(close<ref(close,1)*0.9015 and close=low,close,open,4,-1),colorgreen;
{蓝}
stickline(open>=close,close,open,3,0),colorff7700;
stickline(open>=close,close,open,2.2,0),colorff9900;
stickline(open>=close,close,open,1.5,0),colorffbb00;
stickline(open>=close,close,open,0.5,0),colorcyan;
{红}
stickline(close>open,close,open,3,0),color000099;
stickline(close>open,close,open,2.2,0),color0000cc;
stickline(close>open,close,open,1.5,0),color0000ff;
stickline(close>open,close,open,0.5,0),colorcc66ff;
{绿}
stickline(var3,open,(open+close)/2,3,0),color009900;
stickline(var3,open,(open+close)/2,2.2,0),color00bb00;
stickline(var3,open,(open+close)/2,1.5,0),color00dd00;
stickline(var3,open,(open+close)/2,0.5,0),color00ff00;
{灰}
stickline(var4,open,(open+close)/2,3,0),color999999;
stickline(var4,open,(open+close)/2,2.2,0),colorbbbbbb;
stickline(var4,open,(open+close)/2,1.5,0),colordddddd;
stickline(var4,open,(open+close)/2,0.5,0),colorffffff;
stickline(金叉,open,close,0.5,0),coloryellow;
stickline(死叉,open,close,0.5,0),color000099;
drawicon(var16,low*0.96,7);
drawicon(买1 or 买2 or 买3 or 买4 or 买5,low*0.99,1);
drawicon(死叉 or var12 or cross(40,var9),high+0.01,2);
ema13:=ema(c,13),colorwhite;
ema21:=ema(c,21),coloryellow;
ema34:=ema(c,34),colorff00ff;
ema60:=ma(c,60),colorffcc66;
var22:=(2*close+high+low)/4;
var33:=if(year>=2099 and month>2,0,1);
var44:=llv(low,5); var55:=hhv(high,4);
散户:=ema((var22-var44)/(var55-var44)*100,4)*var33;
庄家:=ema(0.667*ref(散户,1)+0.333*散户,2)*var33;
lc:=ref(close,1);
rsi:=sma(max(close-lc,0),6,1)/sma(abs(close-lc),6,1)*100;
drawtext(cross(84,rsi) , high,'←-----逃'),colorgreen;
var3aa:=if((close>ref(close,1)),88,0);
var4aa:=if(((close)/(ref(close,1))>1.05) and ((high)/(close)<1.01) and (var3aa>0),91,0);
drawtext(filter((var4aa>90),45),(low)*(0.93),'←---大胆搏 '),coloryellow;
var51:=3;
var52:=(3)*(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(100),5,1)) - (2)*(sma(sma(((close - llv(low,27))/(hhv(high,27) - llv(low,27)))*(100),5,1),3,1));
drawtext(cross(var52,var51), low,'←启动')colormagenta;
x1:=(c+l+h)/3;
bb13:=atan(ema(x1,13)-ref(ema(x1,13),1))*3.1416*10;
ema8:=ema(c,8);
drawtext(filter(bb13>1 and ema(x1,13)>ref(ema(x1,8),1),10),
ema8,'∠45上升'),colorwhite;
k_t1:=ma(h,5)*(1+5/100);
drawtext(cross(k_t1,c),h,'跑'),colorff8c00;
dx:=100*ema(ema(mtm,6),6)/ema(ema(abs(mtm),6),6);
买:=if(llv(dx,2)=llv(dx,7) and count(dx<0,2) and cross(dx,ma(dx,2)),1,0);
drawtext(filter(买=1,5),low-0.03,'拉升'),colorffde00;
{日:=150;昨前:=3;
高1:=ref(hhv(h,日),昨前);
低1:=ref(llv(l,日),昨前);
h1:=高1-(高1-低1)*0.191;
h2:=高1-(高1-低1)*0.382;
h3:=高1-(高1-低1)*0.5;
h4:=高1-(高1-低1)*0.618;
h5:=高1-(高1-低1)*0.809;
顶:refdate(高1,date),colorred;
一0.809:refdate(h1,date),coloryellow;
二0.618:refdate(h2,date),colormagenta;
三0.500:refdate(h3,date),colorwhite;
四0.382:refdate(h4,date),colorgreen;
五0.191:refdate(h5,date),coloryellow;
低:refdate(低1,date),colorred;};
上一指标公式:发个我转帖的大家看看用了感觉还不错指标下载 通达信转帖还不错
下一指标公式:短线出击选股(副图)指标附实测图下载 通达信选股出击
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文实战效果极强主图指标下载 通达信指标实战仅供学习研究。