135战法加加布林线,有利于看盘。
寻求上升段的股票。
//boll:ma(close,20);
//ub:boll+2*std(close,20);
//lb:boll-2*std(close,20);
mid: ma(close,20);
upper: mid + 2*std(close,20);
lower: mid - 2*std(close,20);
强:((upper-mid)/2)+mid,dotline;
cc3:=ref(c,1);
涨停:=if((c-cc3)*100/cc3>=(10-0.01*100/cc3),1,0);
stickline(涨停,open,close,0.5,0),coloryellow;
跌停:=if((cc3-c)*100/cc3>=(10-0.01*100/cc3),1,0);
stickline(跌停,open,close,0.5,0),color666600;
均价线:=amount/vol;
c2:=ref(c,1);
b1:='┄┄┄┄┄';
drawtext(均价线 and 涨停,均价线,b1),colorgreen;
b3:='┄┄┄┄┄';
drawtext((o+c)/2 and 涨停,(o+c)/2 ,b3),colormagenta;
b2:='┄┄┄┄┄';
drawtext(涨停,l,b2),colorgray;
支撑线:=(ma(close,3)+ma(close,6)+ma(close,12)+ma(close,24))/4,colorred;
lc:=ref(close,1);
操作线:=sma(max(close-lc,0),2,1)/sma(abs(close-lc),2,1)*100;
趋势线:=sma(max(close-lc,0),14,1)/sma(abs(close-lc),14,1)*100;
震仓线:=45;
震仓线2:=50;
逃命线:=80;
抄底线:=20;
绝底线:=5;
pp2:=操作线<震仓线2 and ref(操作线,1)>震仓线2 ;
pp:=操作线<震仓线 and ref(操作线,1)>震仓线 ;
pp3:=操作线<抄底线 and ref(操作线,1)>抄底线;
hh:=count(涨停,13)>=1;
stickline(pp2 and hh,open,close,0.8,0),colorblue;
stickline(pp and hh,open,close,0.8,0),colorblue;
stickline(pp3 and hh,open,close,0.8,0),colorblue;
a:=sma(l,4,3),nodraw;
stickline(a and ref(pp,1) and hh ,a*0.9999,a*0.9979,5,0),colorgreen;
drawicon(a and ref(pp,1) and hh,l*0.98,1);
stickline(a and ref(pp3,1) and hh ,a*0.9999,a*0.9979,5,0),colorgreen;
drawicon(a and ref(pp3,1) and hh,l*0.98,1);
ema13:=ema(c,13),colorwhite,linethick2;
ema34:=ema(c,34),coloryellow;
ema55:=ema(c,55),colorff00ff;
ema120:=ema(c,120),colorffcc66;
差:=if(ema13>ema55,(ema13-ema55)/ema55,0);
低:=sma(l,4,3),nodraw;
a1:=ema13*1.035;
b:=(ref(l,1)-ref(ema13,1))/2+ref(ema13,1),nodraw;
y:=(ma(c,11)-ma(c,55))/ma(c,11)*100;
ar1:=ema55>ema34 and ema34>ema13;
ar2:=barslast((c-ema13)/ema13*100<-6);
ar3:=ema13>=ref(ema13,2);
ar4:=count(cross(c,ema13),ar2)=1;
ar5:=ar1 and ar2 and ar3 and ar4;
红杏出墙:=ar5 and filter(ar5,10);
br1:=count(between((c-ref(c,1))/ref(c,1)*100,0,5) ,5)=5;
br2:=abs((ema13-ema34)+(ema34-ema55))/c<0.2;
br3:=c>ema55 and (ref(c,1)<ref(ema55,1) or ref(c,2)<ref(ema55,2)
or ref(c,3)<ref(ema55,3) or ref(c,4)<ref(ema55,4) or ref
(c,5)<ref(ema55,5));
蚂蚁上树:=br1 and br2 and br3;
cr1:=(c-ref(c,1))/ref(c,1)*100>0.5;
cr2:=v>ma(v,5)*0.6;
cr3:=count(cross(ema13,ema55),3)=1;
cr4:=abs(ema34-ema55)/ema55<0.03;
cr5:=ema55<=ema120 and ema55>=ref(ema55,1);
红衣侠女:=filter(cr1 and cr2 and cr3 and cr4 and cr5,2);
dr1:=ema13>ema34 and ema34<ema55;
dr2:=barslast(cross(c,ema55) );
dr3:=h=hhv(h,dr2);
dr4:=barslast(dr3);
dr5:=count(o>c and c<ref(c,1) and c>ema55 and between((c-ema55)/ema55,0,0.02),dr4)=1;
dr6:=c>ref(c,1) ;
dr7:= dr1 and dr5 and dr6 ;
黑客点击:=dr7 and filter(dr7 ,10);
均线互换:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);
drawtext(均线互换,l*0.98,'均线互换'),color0099ff;
stickline(均线互换,h,l,0,1),color0099ff;
stickline(均线互换,o,c,3,1),linethick2,color0099ff;
梅开二度:=barslast(ref(cross(ema34,ema13),1)) and cross(ema13,ema34);
gr1:=barslast(between("bias.bias2"(6,13,24),0,5) );
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1);
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1);
gr4:=h=hhv(h,gr1);
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1);
gr6:=gr2 and gr3 and gr4;
gr7:=gr2 and gr3 and gr4 and gr5;
drawtext(gr6 and gr7,h+0.13,'*'),color00ff00;
stickline(gr6 and gr7,h,h+0.09,3,0),color00ff00;
hr2:=ema13>=ref(ema13,3) and ema34>=ref(ema34,1) and ema55>=ref(ema55,1) and cross(c,ema13) and cross(c,ema34) and cross
(c,ema55);
三线推进:=hr2 and filter(hr2,10);
drawtext(三线推进,l*0.995,'三线推进'),colorffc8ff;
stickline(hr2 and filter(hr2,10),h,l,0,1),colorffc8ff;
stickline(hr2 and filter(hr2,10),o,c,3,1),linethick2,colorffc8ff;
yy1:=c>ma(c,11) and open<ma(c,11);
yy3:=c>ma(c,33) and open<ma(c,33);
yy5:=c>ma(c,55) and open<ma(c,55);
drawtext(yy1 and yy5 and yy3,low*0.99,'一阳三线'),colorred;
sj1:=abs(ma(close,11)-ma(close,33))<c*0.01;
sj2:=abs(ma(close,33)-ma(close,55))<c*0.01;
sj3:=cross(ma(close,11),ma(close,55));
{drawtext(sj1 and sj2 and sj3,high+0.1,'三军集合'),colorred; }
yz1:=c/o>1.02 and h/c>1.02 and o/l<1.02;
yz2:=ref(c,1)>ref(o,1) and o>ma(c,11);
yz:=yz1 and yz2 and y>10;
drawtext(yz,high+0.2,'*'),colorf00ff0;
ds1:=open/c>1.04 and o/ref(c,1)>1.03;
ds2:=v*100/finance(7)>0.08 and y>8;
ds:=ds1 and ds2;
drawtext(ds,high+0.2,'*'),colorgreen;
stickline(ds,h,l,0,1),colorgreen;
stickline(ds,o,c,3,1),linethick2,colorgreen;
yj1:=h/o>1.04;
yj2:=abs(c-o)<c*0.03;
yj3:=c/ma(c,11)>1.1;
yj:=yj1 and yj2 and ds2 and yj3 and yz2;
drawtext(yj,high+0.3,'*'),colorred;
ry1:=c/open>1.04;
ry2:=ref(open,1)/ref(close,1)>1.04;
ry3:=abs(open-ref(c,1))<c*0.02 and abs(c-ref(open,1))<c*0.02;
{drawtext(ry1 and ry2 and ry3 ,low,'日月合璧'),coloryellow; }
stickline(ry1 and ry2 and ry3,h,l,0,1),coloryellow;
stickline(ry1 and ry2 and ry3,o,c,3,1),linethick2,coloryellow;
jg1:=abs(ma(c,11)-ma(c,33))<c*0.02 and abs(ma(c,11)-ma(c,55))<c*0.02;
jg2:=o>ma(c,11) or o=ma(c,11);
jg3:=c/open>1.03 ;
jg:=jg1 and jg2 and jg3;
jw1:=c<open and ref(c,1)<ref(open,1);
jw2:=open<ref(c,1) and c>ref(l,1);
jw3:=o<ma(c,11) and o<ma(c,33) and o<ma(c,55);
jw:=jw1 and jw2 and jw3;
stickline(jw,h,l,0,1),coloryellow;
stickline(jw,o,c,3,1),linethick2,coloryellow;
ts1:=cross(ma(c,11),ma(c,33));
ts2:=ma(c,11)<ma(c,55);
投石问路:=ts1 and ts2;
zz0:=(c-ref(c,20))/ref(c,20)>0.85 or (c-ref(c,10))/ref(c,10)>0.45;
zz:=zz0 and filter(zz0,10);
drawtext(zz,h+0.13,'*'),colorred;
gj1:=o/ref(c,1)>1.02
and l>ref(c,1);
gj2:=v*100/finance(7)>0.08 and (c-ref(c,1))*100/ref(c,1)<8;
gj:=gj1 and gj2 and y>10;
drawtext(gj,high+0.2,'*'),coloryellow;
jc1:=ref(0,1)>ref(c,2) and (ref(c,1)-ref(0,1))*100/ref(0,1)>3;
jc2:=o/c>1 and o<ref(c,1) and c<ref(o,1);
jc:=jc1 and jc2 and y>10;
drawtext(jc,high+0.2,'*'),colorwhite;
zd1:=c<ema(c,13) and open>ema(c,13) and c<ema(c,34) and open>ema(c,34);
zd2:=c<ema(c,55) and open>ema(c,55) and (c-ref(c,120))/ref(c,120)>0.5;
zd3:=zd1 and zd2;
zd:=zd3 and filter(zd3,10);
drawtext(zd,low-0.2,'断头铡刀'),colorblue;
drawtext(cross(ema34,ema13),ema34*1.01,'分'), color00ff00;
ubc:=barslast(ref(红衣侠女,1));
下影线:=(c-l)>(h-c);
drawtext(exist(均线互换,25) and low<=ema55 and ema13>=ref(ema13,1) ,l*0.99,'#');
volume:=vol,volstick;
mavol1:=ma(volume,5);
mavol2:=ma(volume,10);
drawtext( volume>mavol1 and volume>mavol2 and ref(c,1)<ema13 and c>ema13 and
c<a1 and ema13>ema34 and c>=ref(c,1),l*0.995,'▲'),colorred;
lcc:=ref(close,1);
rsi6:=sma(max(close-lcc,0),6,1)/sma(abs(close-lcc),6,1)*100;
rsi12:=sma(max(close-lcc,0),12,1)/sma(abs(close-lcc),12,1)*100;
rsi24:=sma(max(close-lcc,0),24,1)/sma(abs(close-lcc),24,1)*100;
drawtext((rsi6>93 and rsi12>87) or (rsi12>87 and rsi24>80)
or (rsi6>93 and rsi24>80),h*0.95,'逃'),coloryellow;
条件:=c<expma(c,12)/1.05 and
between(cci.cci,-200,-100) and
kdj.j<10 and
ref(kdj.j,2)>ref(kdj.j,1) and
kdj.j>ref(kdj.j,1) and
every(between(abs(c-o)/o,0.001,0.005),2);
drawtext(条件,c*0.95,'星'),coloryellow;
上一指标公式:主力进出买卖很准见好就收指标公式详解 同花顺主力进出
下一指标公式:均线加布林带指标公式详解 同花顺林带均线
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文均线135战法图指标公式详解 同花顺战法仅供学习研究。