通达信突破牛主图附实效图有未来源码亦不加密指标源码下载:
突破牛(通达信指标 主图 源码 实效图)有未来不加密
由于缺少币,现将自己个人长期使用的突破牛专用于交易的主图指标,忍痛拿出来与大家分享,以求几个币。
感觉好用,请关注我并给予推荐,不好用也请不要喷。
用法很简单,放量突破黄线买,跌破黄线卖。其他的各自自己去理解。
短:ma(close,13),linethick2,coloryellow;
中:ma(close,55),colormagenta;
界:ma(close,144),colorgreen;
长:ma(close,377),colorlimagenta;
超:ma(close,453),colorred,linethick2;
drawtext(islastbar,短,' 短13'),coloryellow;
drawtext(islastbar,中,' 中55'),colormagenta;
drawtext(islastbar,界,' 界144'),colorgreen;
drawtext(islastbar,长,' 长377'),colorlimagenta;
drawtext(islastbar,超,' 超453'),colorred,linethick2;
{牛线等突破}
lt:=llvbars(l,60);
ltt:=barslast(currbarscount=const(lt)+1);
ht:=findhighbars(h,lt+1,60,1);
aa1:drawline(currbarscount=const(ht)+1,h,islastbar,ref(h,ht),0),coloryellow,linethick2;
tt:=barslast(currbarscount=const(ht)+1);
aa:=cross(c,const(aa1));
tjaa:=count(aa,tt+1)=1 and aa;
tj1aa:=count(v<ma(v,277),tt+1) ;
bl:=tj1aa/(tt+1)*100;
xg:=tjaa and tt>40 and bl>70;
xgt:=barslast(currbarscount=const(barslast(xg))+1);
zh:=ref(h,tt);
yl:=ref(l,ltt);
xc:=ref(c,xgt);
yz:=(xc-yl)/yl*100;
zbl:=yz/ref(ltt,xgt);
xga:=xg and zbl<2.95;
drawicon(xga,l*0.95,9);{好公式网-最好的股票公式网站 www.goodgongshi.com}
drawtext(currbarscount=1,aa1*0.999,strcat('------------牛线',con2str(aa1,2))),coloryellow;
drawtext(tt=0,ref(h,tt)*1.0007,varcat(varcat('牛线等突破 : ',var2str(ref(h,tt),2)),'元'))colorwhite;
xg11:=count(cross(c>=aa1,0.5),tt+1)=1 and cross(c>=aa1,0.5) and lt>1.5;
drawicon(cross(c,aa1) and currbarscount<const(tt)+1,l,23);
drawtext(xg11,(h* 0.999),'过牛线'),coloryellow;
stickline( xg11,c,o,5,1)color8080ff;
stickline( xg11,c,o,0.7,1)coloryellow;
znotext1:if(c>=aa1,aa1,drawnull),linethick5,color8000ff;
if(c>=aa1,aa1,drawnull),dotline,colorffffff;
znotext2:if(c<aa1,aa1,drawnull),linethick2,colorgreen;
if(c<aa1,aa1,drawnull),dotline,colorred;
{小牛}
t:=findhighbars(h,60,30,1);
a:drawline(currbarscount=const(t)+1,h,islastbar,ref(h,t),0),colormagenta;
tt1:=barslast(c>a*1.014 and l<a);
ta:=barslast(cross(a!=drawnull,0.5));
tj:=vol=hhv(vol,t+1) and ta>28;
tj1:=count(expma(c,2)>=a,ta+1)=1 and expma(c,2)>=a*1.01;
e13:=expma(c,ta+1);
cj:=(a/e13-1) *100 ;
hh:=hhv(cj,10);
jxg:=count(tt=0,t+1)=1 and tt1=0 and tj and tj1 and hh<20;
stickline(jxg,h,l,0,0),colorff00ff;
stickline(jxg,c,o,3,0),color990099;
stickline(jxg,c,o,2,0),colorbb00bb;
stickline(jxg,c,o,1,0),colordd00dd;
stickline(jxg,c,o,0.3,0),colorff00ff;
drawicon(jxg,l*0.99,25);
drawtext(ta=0,a*1.01,strcat(strcat('小牛等突破:',var2str(ref(a,ta),2)),'元')),colormagenta;
x_1:=ma(close,5);
x_2:=ma(close,10);
x_3:=ema(close,14);
x_4:=expma(expma(close,50),1);
x_5:=(close-ref(close,1))/ref(close,1)*100;
x_6:=open/ref(close,1)<1.098;
x_7:=x_1>x_2 and x_3>x_4;
x_8:=cross(ma(close,5),ma(close,30)) and x_5>1.8;
x_9:=if(close>ref(close,1),88,0);
x_10:=if(close/ref(close,1)>1.05 and high/close<1.01 and x_9>0,91,0);
x_11:=filter(x_10>1,5);
x_12:=close=hhv(close,20);
x_13:=barslast(x_12);
x_14:=if(x_13>0,ref(close,x_13),ref(close,x_13));
x_15:=cross(close,ref(x_14,1));
x_16:=x_15 and count(x_15,5)=1;
强龙介入选股:x_16 and x_11 and x_7 and x_8 and x_6;
{涨跌停k线}
stickline((c-ref(c,1))*100/ref(c,1)>=(10-0.01*100/ref(c,1)),open,close,1,0),colorred;
stickline((ref(c,1)-c)*100/ref(c,1)>=(10-0.01*100/ref(c,1)),open,close,1,0),colorgreen;
上一指标公式:通达信极品MACD副图优化后效果提升明显附实测图预警股价起爆的看盘指标下载
下一指标公式:短绝底强升追涨副图源码里不带未来函数指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文通达信突破牛主图附实效图有未来源码亦不加密指标下载仅供学习研究。