最新版135战法主图附监测效果图源码未加密指标源码下载:
最近看到大家对我以前发的135指标,还是很感兴趣,由于之前注释太多,导致观看不清。
特地花了时间,对其进行整改,重新布局,方便大家的使用,让这个战法,发扬光大。
使用方法,仍见老贴。
然后说明指标不是万能的,市场比以前更有博弈性了,最后祝大家投资愉快。
ema13:ma(c,13),coloryellow,linethick2;
ema34:ma(c,34),colorgreen;
ema55:ma(c,55),colorred;
{101红杏出墙}
hx1:=ema13<ema34 and ema34<ema55;{股价长期下跌,并且远离长期均线}
hx2:=barslast((c-ema13)/ema13*100<-6);{收盘价在13均线%6到现在的天数}
hx3:=abs(1-ema55/ref(c,1))>0.1;
hx6:=barslast(cross(ema55,ema34))>=20;{13日均线下降趋于走平}
hx4:=abs(1-ref(ema13,1)/ema13)<0.004 and c<ema34;
hx5:=ref(c,1)<ema13 and c>ema13 and c>o;
hx7:=hx1 {and hx3} and hx4 and hx5 ;
hx8:=hx7 and filter(hx7,10);{满足后10天内不标记}
红杏出墙:=hx8;
drawtext(红杏出墙,l*0.98,'101红杏出墙'),coloryellow;
a101:红杏出墙*a100,coloryellow,nodraw;
{102蚂蚁上树}
br1:=count(between(((c-o)/o)*100,0,5) ,5)=5;{5日内收盘价都比前日收盘价高}
br2:=(abs(ema13-ema34)+abs(ema34-ema55))/c<0.1;{主均线相距很近或基本持平}
br3:=c>ema55 and count(l<ema55,5)>=1;{股价送上55日均线}
myss:=br1 and br2 and br3;
蚂蚁上树:=myss and filter(myss,5);
drawtext(蚂蚁上树,l*0.99,'102蚂蚁上树'),coloryellow;
a102:蚂蚁上树*a100,coloryellow,nodraw;
{103马失前蹄}
msqt1:=ema55/ema13>1.04 and ema13/c>1.03;
msqt2:=o<=ref(l,1) and ref(o,1)/ref(c,1)>1.03;
msqt:= msqt1 and msqt2;
drawtext(msqt,l*0.98,'103'),coloryellow;
{104绝处逢生}
jcfs1:=ema55>ema13 and ema13>c;
jcfs2:=o<=ref(l,1) and c/o>1.05;
jcfs:= jcfs1 and jcfs2;
drawtext(jcfs,l*0.98,'104'),coloryellow;
{105金屋藏娇}
jwcj1:=c<o and ref(c,1)<ref(o,1);
jwcj2:=o<=ref(c,1) and l>=ref(l,1);
jwcj3:=ref(c,1)/ref(l,1)>1.02;
jwcj4:=ema13<ema34 or ema13<ema55;
jwcj:=jwcj1 and jwcj2 and jwcj3 and jwcj4;
drawtext(jwcj,l*0.98,'105'),coloryellow;
{106日月合璧}
ryhb1:=ref(o,1)<=ref(c,2) and ref(c,1)<ref(o,1) and abs(1-ref(c,1)/ref(l,1))<0.02;
ryhb2:=c>o and abs(1-c/ref(o,1))<0.025 and abs(1-o/ref(c,1))<0.025;
ryhb3:=ema13<ref(ema13,1) or abs(1-ema13/ref(ema13,1))<0.01 and (ema13<ema34 or ema13<ema55);
ryhb4:=ref(l,1)<=llv(ref(l,1),10);
ryhb:=ryhb1 and ryhb2 and ryhb3 and ryhb4;
drawtext(ryhb,l*0.98,'106'),coloryellow;
{107破镜重圆}
pjcy1:=ref(o,1)/ref(c,1)>1.02;
pjcy2:=o<=ref(c,1) and c>=ref(o,1);
pjcy3:=(abs(1-ref(c,1)/ema55)<0.05 or abs(1-c/ema55)<0.05 or abs(1-ma(c,2)/ema55)<0.05);
pjcy4:=ema13>ema55 or ema13>ma(ema13,5);
pjcy:=pjcy1 and pjcy2 and pjcy3 and pjcy4;
drawtext(pjcy,l*0.98,'107'),coloryellow;
{108步步高}
bbg1:=c>=ref(c,1) and ref(c,1)>=ref(c,2);{3日内收盘价都比前日收盘价高}
bbg2:=v>=ref(v,1) and ref(v,1)>=ref(v,2);{3日内量都比前日量高}
bbg3:=count(c>=o,3)=3;{好公式网-最好的股票公式网站 www.goodgongshi.com}
bbg:=bbg1 and bbg2 and bbg3;
drawtext(bbg and filter(bbg,3),l*0.98,'108'),coloryellow;
{201黑客点击}
dj1:=ema13>ema34 and ema34<ema55;{13日均线大于34日均线,34日均线小于55日均线}
dj2:=o>ema55;{开盘价大于55日均线}
dj3:=cross(ema13,ema55) or abs(1-ema13/ema55)<0.002;
dj4:=o>c and c<ref(c,1);
hkdj:= dj2 and dj3 and dj4;
drawtext(hkdj and filter(hkdj,10),l*0.97,'201'),colorred;
{202红衣侠女}
xn1:=abs(1-hhv(ema55,5)/llv(ema55,5))<0.02;
xn2:=cross(ema13,ema55) or abs(1-ema13/ema55)<0.002;
xn3:=c>o and v>ref(v,1) and c>ema55;
hyxn:=xn1 and xn2 and xn3;
drawtext(hyxn and filter(hyxn,5),l*0.993,'202红衣侠女'),colorred;
{203海底捞月}
ly1:=count(abs(1-ema55/ema34)<0.1,20)>=16;
ly2:=count(cross(ema34,ema13),40)>=1 and count(cross(ema55,ema13),40)>=1;
ly3:=cross(ema13,ema55);
hdly:=ly1 and ly2 and ly3;
drawtext(hdly and filter(hdly,5),l*0.97,'203'),colorred;
{204均线互换}
jxhh:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);
drawtext(jxhh,l,'204均线互换'),colorred;
{205梅开二度}
mked1:=barslast(ref(cross(ema34,ema13),1));
mked2:=count(h>=ema55,mked1)=mked1;
mked:=mked2 and cross(ema13,ema34);
drawtext(mked,l,'205梅开二度'),colorred;
{206一阳三线}
yy1:=c>ema13 and o<ema13;
yy2:=c>ema34 and o<ema34;
yy3:=c>ema55 and o<ema55;
yysx:=yy1 and yy2 and yy3;
drawtext(yysx,l*0.97,'206'),colorred;
{207揭竿而起}
max3:=max(max(ema13,ema34),ema55);
min3:=min(min(ema13,ema34),ema55);
jg1:=abs(ema13-ema34)<c*0.05;{13线34线55线接近}
jg2:=abs(ema34-ema55)<c*0.05;
jg3:=c>=o*1.03 and c>max3;{阳线3%}
jg4:=o>min3 and o<max3;
jg5:=c>ref(h,5);
jg6:=(c-ema34)/ema34<=0.15;{控制价高}
jg7:=v>ma(v,5) and ma(v,10);
jgeq:=jg1 and jg2 and jg3 and jg4 and jg5 and jg6 and jg7;
drawtext(jgeq,l,'207揭竿而起'),colorred;
{208三线推进}
max4:=max(max(max(ema13,ema34),ema55),h);
min4:=min(min(min(ema13,ema34),ema55),l);
sxtj1:=hhv(max4,60);
sxtj2:=llv(min4,60);
sxtj3:=every(abs(1-sxtj1/sxtj2)<0.3,20);
sxtj:=sxtj3 and (yysx or jgeq);
drawtext(sxtj and filter(sxtj,10),l*0.97,'208三线推进'),colorred;
{209双蹄并进}
stbj1:=cross(dmi.pdi,dmi.mdi);
stbj2:=abs(1-dmi.adx/dmi.adxr)<0.1;
stbj:=stbj1 and stbj2;
drawtext(stbj,l*0.97,'209'),colorred;
{210投石问路}
tswl1:=cross(ema13,ema34) and ema13<ema55;
drawtext(tswl1,l*0.97,'210'),colorred;
{211三军集结}
sjjj3:=ref(ema55,1)>ref(ema13,1);
sjjj4:=abs(1-(max(max(ema34,ema55),ema13)/min(min(ema13,ema34),ema55)))<0.005;
sjjj:=sjjj3 and sjjj4;
drawtext(sjjj and filter(sjjj,5),l,'211三军集结'),colorred;
{301浪子回头}
lz1:=ref(c,2)<ref(o,2) and ref(c,1)<ref(o,1) and c<o;
lz2:=c<=ref(c,1) and ref(c,1)<=ref(c,2);
lz3:=ma(v,3)<ref(v,3);
lz4:=ref(c,3)>ema13 and (c>ema55 or abs(1-c/ema55)<0.01);
lzht:=lz1 and lz2 and lz3 and lz4;
drawtext(lzht and filter(lzht,5), h*1.01,'301'),colorblue;
{302走四方}
zsf1:=ref(c,4)>ref(o,4) and (ref(c,4)>ema13 or ref(c,4)>ema34) and (abs(1-ref(ema55,4)/ema55)<0.01 or ma(ema55,4)>ref(ema55,5));
zsf2:=count(abs((1-ref(c,1)/c)*100)<3,4)=4 and ma(v,4)<ref(v,4)*0.8;
zsf:=zsf1 and zsf2;
drawtext(zsf and filter(zsf,4),h*1.01,'302'),colorblue;
{303暗度陈仓}
adcc1:=o/c>1.05 and ema13/ema55<1.1 and ema13>ma(ema13,5);
adcc2:=o/ref(c,1)<1.03;{v<hhv(ref(v,1),5) and v/ma(ref(v,1),5)<2};
adcc:=adcc1 and adcc2;
drawtext(adcc,h*1.01,'303'),colorblue;
{304一石二鸟}
ysen1:=ref(c,2)>ref(o,2) and ref(c,1)<ref(o,1) and c<o;
ysen2:=ref(c,2)>ema55 and ema13>ema55 and ema13>=ma(ema13,5);
ysen3:=ref(v,2)>ref(v,1) and ref(v,2)>v;
ysen:=ysen1 and ysen2 and ysen3;
drawtext(ysen,h*1.01,'304'),colorblue;
{305双飞燕}
sfy1:=ema13>ema34 and ema34>ema55;
sfy2:=ref(o,1)>=ref(c,2) and o>=ref(c,1) and ref(c,2)>=ref(o,2);
sfy3:=count(c>o and c/o<1.02,2)=2 or count(c<o and o/c<1.02,2)=2;
sfy4:= v<ref(v,1);
sfy:=sfy1 and sfy2 and sfy3 and sfy4;
drawtext(sfy and filter(sfy,2),h*1.01,'305'),colorblue;
{306三剑客}
sjk1:=ema13>ema34 and ema34>ema55;
sjk2:=count(c<=o and o/c<1.03,3)=3 and count(abs(1-ref(c,1)/c)<1.03,2)=2;
sjk:=sjk1 and sjk2;
drawtext(sjk and filter(sjk,3),h*1.01,'306'),colorblue;
{307四星望月}
sxwy1:=count(c>=o and c/o<1.03,4)=4;
sxwy2:=(abs(ema13-ema34)+abs(ema34-ema55))/c<0.1;{主均线相距很近或基本持平}
sxwy3:=ema13<ema55;
sxwy:=sxwy1 and sxwy2 and sxwy3;
drawtext(sxwy and filter(sxwy,5),h*1.01,'307'),colorblue;
{308星星点灯}
xxdd1:=abs(1-c/o)*100<=2.5 and h/max(c,o)>1.03 and ref(c,1)/ref(o,1)>1.05;
xxdd2:=o>=ref(c,1) and abs(1-ref(ema13,1)/ema55)<0.1;
xxdd:=xxdd1 and xxdd2;
drawtext(xxdd,h*1.01,'308'),colorblue;
{309小鸟依人}
xnyr1:=ref(c,1)/ref(o,1)>1.05;
xnyr2:=o<=ref(c,1) and abs(1-c/o)<0.02;
xnyr3:=count(jgeq or yysx or hyxn,10)>=1 and count(jgeq or yysx or hyxn,2)=0;
xnyr:=xnyr1 and xnyr2 and xnyr3;
drawtext(xnyr,h*1.01,'309'),colorblue;
{310立竿见影}
lgjy1:=o<=ref(c,1) and v<ref(v,1) and c<o;
lgjy2:=count(jgeq or yysx or hyxn,2)=1;
lgjy:=lgjy1 and lgjy2;
drawtext(lgjy,h*1.01,'310'),colorblue;
{401一阴三线}
yysx1:=c<ema13 and o>ema13;{一阴三线}
yysx2:=c<ema34 and o>ema34;
yysx3:=c<ema55 and o>ema55;
yyysx:=yysx1 and yysx2 and yysx3;
drawtext(yyysx,h,'401'),colorgreen;
{402落井下石}
ljxs1:=o<ref(l,1) and ema13/ema55>1.05 and c<o;
drawtext(ljxs1,h,'402'),colorgreen;
{403晨钟暮鼓}
czmg1:=ref(c,1)/ref(o,1)>1.05 and ref(v,1)/ref(v,2)>2 and hsl>3;
czmg2:=c>o and v<ref(v,1);
czmg:=czmg1 and czmg2;
drawtext(czmg,h,'403晨钟暮鼓'),colorgreen;
{404见好就收}
y:=(ema13-ema55)/ema13*100;
jhjx:=ref(y,1)<=10 and y>10;
{drawicon(jhjx,h,1);}
drawtext(jhjx,h,'404'),colorgreen;
{405一枝独秀}
yz1:=c/o>1.01 and h/c>1.025 ;{收阳有上影}
yz2:=ema13>max(ema34,ema55) and c>1.05*ema13 and o>ma(c,11);{昨收阳 今大于均线}
yzdx:=yz1 and yz2;
drawtext(yzdx,h,'405一枝独秀'),colorgreen;
{406独上高楼}
dsgl1:=ref(c,1)>=ref(o,1);
dsgl2:=o/ref(c,1)>1.029 and o/c>1.03 and o/max(ema13,ema55)>1.03;
dsgl:=dsgl1 and dsgl2;
drawtext(dsgl,h,'406独上高楼'),colorgreen;
{407分道扬镳}
fdyb:=cross(ema34,ema13) and ema34>ema55;
drawtext(fdyb,h*1.01,'407分道扬镳'),colorgreen;
{408突出重围}
tccw1:=ref(ema55,1)<ref(ema13,1);
tccw2:=ema13<llv(ref(ema13,1),5) and abs(1-(max(max(ema34,ema55),ema13)/min(min(ema13,ema34),ema55)))<0.008;
tccw:=tccw1 and tccw2;
drawtext(tccw and filter(tccw,5),h,'408'),colorgreen;
{409明修栈道}
mxzd1:=c/o>1.07;
mxzd2:=ema13>hhv(ref(ema13,1),5) and v>hhv(ref(v,1),10) and v/ma(ref(v,1),5)>2;
mxzd:=mxzd1 and mxzd2;
drawtext(mxzd,h,'409'),colorgreen;
{410拖泥带水}
tnds1:=o/ref(c,1)>1.05 and min(c,o)/l>1.03;
tnds2:=c/max(ema13,ema55)>1.03 and c>ref(c,1);
tnds:=tnds1 and tnds2;
drawtext(tnds,h,'410'),colorgreen;
{411金蝉脱壳}
jctq1:=c<o and (ema13/ema55>1.1 or (c/min(ema13,ema55)>1.1)) and ema13>ma(ema13,5);
jctq2:=ref(o,1)>=ref(c,2) and ref(c,1)>ref(o,1) and o<=ref(c,1) and c>ref(o,1);
jctq:=jctq1 and jctq2;
drawtext(jctq,h,'411'),colorgreen;
{412一箭穿心}
yjcx:=cross(ema55,ema13);
drawtext(yjcx,h,'412'),colorgreen;
{413过河拆桥}
ghcq1:=c<o and o/c>=1.04;
ghcq2:=o>ema13 and c<ema13;
ghcq3:=ema13/ema55>1.1 and abs(1-ema13/ma(ema13,3))<0.02;
ghcq:=ghcq1 and ghcq2 and ghcq3;
drawtext(ghcq,h,'413'),colorgreen;
{414狗急跳墙}
gjtq1:=o/ref(c,1)>1.02 and l>ref(c,1);
gjtq2:=v>ma(v,5);
gjtq3:=ema13/ema55>1.1;
gjtq:=gjtq1 and gjtq2 and gjtq3;
drawtext(gjtq,h,'414'),colorgreen;
{415一剑封喉}
yjfh1:=ref(c,1)>=ref(o,1);
yjfh2:=h/max(c,o)>=1.035 ;
yjfh3:=v/ma(ref(v,1),11)>3 and ema13/ema55>1.05;
yjfh:=yjfh1 and yjfh2 and yjfh3;
drawtext(yjfh,h,'415'),colorgreen;
{416节外生枝}
jwsz1:=ema13>max(ema34,ema55) and ema13/ema55>1.1 and ref(c,1)>1.04*ema13 and ref(c,1)/ref(o,1)>1.04;
jwsz2:=abs(1-c/o)<0.015 and abs(1-ref(c,1)/c)<0.02;
jwsz:=jwsz1 and jwsz2;
drawtext(jwsz,h,'416'),colorgreen;
{417笑里藏刀}
xlcd1:=ref(h,1)/max(ref(c,1),ref(o,1))>1.04;
xlcd2:=h<ref(h,1) and o>=ref(c,1);
xlcd3:=ema13/ema55>1.05 and c/ema13>1.03;
xlcd:=xlcd1 and xlcd2 and xlcd3;
drawtext(xlcd,h,'417'),colorgreen;
drawtext_fix(1,0.01,0.01,0,'黄 101红杏出墙 102蚂蚁上树 103马失前蹄 104绝处逢生'),coloryellow;
drawtext_fix(1,0.01,0.04,0,'黄 105金屋藏娇 106日月合壁 107破镜重圆 108步步高'),coloryellow;
drawtext_fix(1,0.01,0.10,0,'红 201黑客点击 202红衣侠女 203海底捞月 204均线互换'),colorred;
drawtext_fix(1,0.01,0.13,0,'红 205梅开二度 206益阳三线 207揭竿而起 208三线推进'),colorred;
drawtext_fix(1,0.01,0.16,0,'红 209双蹄并进 210投石问路 211三军集结'),colorred;
drawtext_fix(1,0.3,0.01,0,'蓝 301浪子回头 302走四方 303暗度陈仓 304一石二鸟'),colorblue;
drawtext_fix(1,0.3,0.04,0,'蓝 305双飞燕 306三剑客 307四星望月 308星星点灯'),colorblue;
drawtext_fix(1,0.3,0.07,0,'蓝 309小鸟依人 310立竿见影'),colorblue;
drawtext_fix(1,0.6,0.01,0,'绿 401一阴三线 402落井下石 403晨钟暮鼓 404见好就收'),colorgreen;
drawtext_fix(1,0.6,0.04,0,'绿 405一枝独秀 406独上高楼 407分道扬镳 408突破重围'),colorgreen;
drawtext_fix(1,0.6,0.07,0,'绿 409明修饯道 410拖泥带水 411金蝉脱壳 412一箭穿心'),colorgreen;
drawtext_fix(1,0.6,0.11,0,'绿 413过河拆桥 414狗急跳墙 415一剑封喉 416节外生枝 417笑里藏刀'),colorgreen;
上一指标公式:通达信股价获利线副图公式能直观判断股价高低位置附截图和源码下载
下一指标公式:非常好的波段神器附验证效果图与源码附件副图指标下载
☉ 好公式网发布的指标公式主要用于软件技术面分析,仅供参考,勿用于实际操作,据此操作风险自负!
☉ 解压密码:www.goodgongshi.com 就是好公式网域名,希望大家看清楚,切勿输错。
☉ tnc和tni格式指标公式,仅可以用通达信软件引入使用,例如可以用通达信软件引入使用指标公式;
☉ tne格式指标公式,仅可以用通达信软件公式编辑器5.0版导入,高版本兼容低版本;
☉ fnc格式指标公式,可以用大智慧软件新一代高速行情分析系统股票软件使用,少部分可以用分析家软件引入使用;
☉ alg格式指标公式,仅仅可以用飞狐交易师软件引入使用;exp格式指标公式,仅可以用大智慧经典版软件引入使用;
☉ hxf格式指标公式,仅可以用同花顺软件引入使用。
☉ 如果您发现下载软件链接错误,请联系管理员报告错误。
☉ 好公式网欢迎各位网友帮忙宣传转发本站网址,有您的支持,我们会做得更好!
☉ 本文最新版135战法主图附监测效果图源码未加密指标下载仅供学习研究。