最强选股战法推荐:
源码正文:
ema13:ema(c,13),coloryellow,linethick2{XG51};
ema34:ema(c,34),colorwhite{XG51};
ema55:ema(c,55),colorff00ff{XG51};
ema120:ema(c,120),colorffcc66{XG51};
ar1:=ema55>ema34 and ema34>ema13{XG51};
ar2:=BArslAst((c-ema13)/ema13*100<-6){XG51};
ar3:=ema13>=ref(ema13,2){XG51};
ar4:=count(cross(c,ema13),ar2)=1{XG51};
ar5:=ar1 and ar2 and ar3 and ar4{XG51};
ar6:=ar5 and filter(ar5,10){XG51};
drawtext(ar6,l-0.09,'红杏出墙'),coloryellow{XG51};
stickline(ar6,h,l,0.5,1),coloryellow{XG51};
stickline(ar6,o,c,6,1),linethick2,coloryellow{XG51};
br1:=count(BETWEEN((c-ref(c,1))/ref(c,1)*100,0,5) ,5)=5{XG51};
br2:=abs((ema13-ema34)+(ema34-ema55))/c<0.2{XG51};
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)){XG51};
br4:=br1 and br2 and br3{XG51};
drawtext(br4 and filter(br4,10),l-0.09,'蚂蚁上树'),color00C5FF{XG51};
stickline(br4 and filter(br4,10),h,l,0.5,1),color00C5FF{XG51};
stickline(br4 and filter(br4,10),o,c,6,1),linethick2,color00C5FF{XG51};
cr1:=(c-ref(c,1))/ref(c,1)*100>0.5{XG51};
cr2:=v>ma(v,5)*0.6{XG51};
cr3:=count(cross(ema13,ema55),3)=1{XG51};
cr4:=abs(ema34-ema55)/ema55<0.03{XG51};
cr5:=ema55<=ema120 and ema55>=ref(ema55,1){XG51};
cr6:=FILTER(cr1 and cr2 and cr3 and cr4 and cr5,2){XG51};
stickline(cr6,h,l,0.5,1),colorf00ff0{XG51};
stickline(cr6,o,c,6,1),linethick2,colorf00ff0{XG51};
drawtext(cr6,l-0.09,'红衣侠女'),colorf00ff0{XG51};
dr1:=ema13>ema34 and ema34<ema55{XG51};
dr2:=BARSLAST(cross(c,ema55) ){XG51};
dr3:=h=hhv(h,dr2){XG51};
dr4:=BARSLAST(dr3){XG51};
dr5:=count(o>c and c<ref(c,1) and c>ema55 and BETWEEN((c-ema55)/ema55,0,0.02),dr4)=1{XG51};
dr6:=c>ref(c,1) {XG51};
dr7:= dr1 and dr5 and dr6 {XG51};
dr8:=dr7 and FILTER(dr7 ,10){XG51};
drawtext(dr8,l-0.09,'黑客点击'),colord6ba63{XG51};
stickline(dr8,h,l,0.5,1),colord6ba63{XG51};
stickline(dr8,o,c,6,1),linethick2,colord6ba63{XG51};
er:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55){XG51};
DRAWTEXT(er,l-0.09,'均线互换'),color0099ff{XG51};
stickline(er,h,l,0.5,1),color0099ff{XG51};
stickline(er,o,c,6,1),linethick2,color0099ff{XG51};
fr:=barslast(ref(cross(ema34,ema13),1)) and cross(ema13,ema34){XG51};
DRAWTEXT(fr,l-0.09,'梅开二度'),colorwhite{XG51};
stickline(fr,h,l,0.5,1),colorwhite{XG51};
stickline(fr,o,c,6,1),linethick2,colorwhite{XG51};
gr1:=BARSLAST(BETWEEN("bias.bias2"(6,13,24),0,5) ){XG51};
gr2:=ema13>ema34 and ema34>ema55 and ema13>ref(ema13,1){XG51};
gr3:=count("bias.bias2"(6,13,24)>10 and h=hhv(h,gr1),gr1){XG51};
gr4:=h=hhv(h,gr1){XG51};
gr5:="macd.macd"(12,26,9)<ref("macd.macd"(12,26,9),1){XG51};
gr6:=gr2 and gr3 and gr4{XG51};
gr7:=gr2 and gr3 and gr4 and gr5{XG51};
drawtext(gr6 and gr7,h+0.13,'见好就收!'),color00ff00{XG51};
stickline(gr6 and gr7,h,h+0.09,4,0),color00ff00{XG51};
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){XG51};
DRAWTEXT(hr2 and filter(hr2,10),l-0.09,'三线推进'),colorFFC8FF{XG51};
stickline(hr2 and filter(hr2,10),h,l,0.5,1),colorFFC8FF{XG51};
stickline(hr2 and filter(hr2,10),o,c,6,1),linethick2,colorFFC8FF{X^G_5~1^C^N^{};
源码正文:
VAR3:=(CLOSE-ma(CLOSE,6))/MA(CLOSE,6)*100{XG51};
VAR4:=(CLOSE-MA(CLOSE,24))/MA(CLOSE,24)*100{XG51};
VAR5:=(CLOSE-MA(CLOSE,32))/MA(CLOSE,32)*100{XG51};
VAR6:=(VAR3+VAR4+VAR5)/3{XG51};
VAR7:=ema(VAR6,5){XG51};
指标:EMA(EMA(VAR3,5),5)*3, COLORstICK{XG51};
VAR8:=IF(VAR6<=-20,10,0){XG51};
VAR9:=HHV(VAR8,10){XG51};
STICKLINE(VAR8=10,20,10,5,0),COLOR6666FF{XG51};
VARA:=IF(VAR9 AND crOSS(MA(CLOSE,3),MA(CLOSE,5)),20,0){XG51};
K:EMA(VAR7,5)*2, COLORFF00FF{XG51};
D:EMA(K,5), COLORRED{XG51};
J:K*3-D*2,COLORBLUE{XG51};
VARB:=BETWEEN(CLOSE,MA(CLOSE,3),MA(CLOSE,5)) AND J>10{XG51};
换手:vol/CAPITAL*100, COLORCYAN{XG51};
成交〖万手〗:VOL/10000, COLORBLUE{XG51};
DRAWTEXT(VAR8=10 AND FILTER(VAR8=10,5),-10,'接近底部'),LINETHICK1,COLORBLUE{XG51};
STICKLINE(VAR8=10 AND FILTER(VAR8=10,5),-1.6,-10,5,0),COLORBLUE{XG51};
DRAWTEXT(VARA=20,15,'底部'),LINETHICK1,COLORRED{XG51};
STICKLINE((VARA=20),0,10,5,0),COLORRED{XG51};
VARC:=(zig(3,5)>REF(ZIG(3,5),1)) AND (REF(ZIG(3,5),1)<=REF(ZIG(3,5),2)) AND (REF(ZIG
(3,5),2)<=REF(ZIG(3,5),3)){XG51};
VARD:=(ZIG(3,5)<REF(ZIG(3,5),1)) AND (REF(ZIG(3,5),1)>=REF(ZIG(3,5),2)) AND (REF(ZIG
(3,5),2)>=REF(ZIG(3,5),3)){XG51};
STICKLINE((VARC=1),(-14),0,4,0),COLOR0000FF{XG51};
DRAWTEXT((VARC=1),(-14),'买'),COLOR0000FF{XG51};
STICKLINE((VARD=1),14,0,4,0),COLOR00FF00{XG51};
DRAWTEXT((VARD=1),18,'卖'),COLOR00FF00{XG51};
VARE:=MA(100*(CLOSE-LLV(CLOSE,34))/(HHV(HIGH,34)-LLV(LOW,34)),5)-20{XG51};
VARF:=100-3*SMA((CLOSE-LLV(LOW,75))/(HHV(HIGH,75)-LLV(LOW,75))*100,20,1)+2*SMA(SMA
((CLOSE-LLV(LOW,75))/(HHV(HIGH,75)-LLV(LOW,75))*100,20,1),15,1){XG51};
VAR10:=100-3*SMA((OPEN-LLV(LOW,75))/(HHV(HIGH,75)-LLV(LOW,75))*100,20,1)+2*SMA(SMA
((OPEN-LLV(LOW,75))/(HHV(HIGH,75)-LLV(LOW,75))*100,20,1),15,1){XG51};
VAR11:=VARF<REF(VAR10,1) AND VOL>REF(VOL,1) AND CLOSE>REF(CLOSE,1){XG51};
DRAWTEXT(VAR11 AND COUNT(VAR11,30)=1,15,'大资金活动'),LINETHICK1,COLORFF00FF{XG51};
STICKLINE(VAR11 AND COUNT(VAR11,30)=1,1,10,5,0),COLORFF00FF{XG51};
VAR12:=(HIGH+LOW+CLOSE)/3{XG51};
VAR13:=(VAR12-MA(VAR12,14))/(0.015*AVEDEV(VAR12,14)){XG51};
VAR14:=(VAR12-MA(VAR12,70))/(0.015*AVEDEV(VAR12,70)){XG51};
VAR15:=IF(VAR13>=150 AND VAR13<200 AND VAR14>=150 AND VAR14<200,10,0){XG51};
VAR16:=IF(VAR13<=-150 AND VAR13>-200 AND VAR14<=-150 AND VAR14>-200,-10,VAR15){XG51};
VAR17:=(CLOSE-MA(CLOSE,13))/MA(CLOSE,13)*100{XG51};
VAR18:=100-Abs(VAR17){XG51};
VAR19:=IF(VAR18<90,VAR18,100){XG51};
VAR1A:=IF(VARE>0,VARE,0){XG51};
VAR1B:=IF(VAR14>=200 AND VAR13>=150,15,IF(VAR14<=-200 AND VAR13<=-150,-15,VAR16))+60{XG51};
VAR1C:=VAR1A>48 AND VAR1B>60 AND VAR19<100{XG51};
DRAWTEXT(VAR1C AND COUNT(VAR1C,30)=1,15,'大笔出货'),LINETHICK1,COLORFFCC66{XG51};
STICKLINE(VAR1C AND COUNT(VAR1C,30)=1,0,10,5,0),COLORFFCC66{X_G~5-1_C_N_{};
重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。
如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。
选股无忧网是股票软件指标公式分享平台,不开展相关证券业务,平台展示的所有股票资料由网络收集,不保障实时性和真实性,请勿以此为依据进行股票交易。
联系QQ:875328188 | 邮箱:875328188@qq.com
Copyright © 2002-2021 选股无忧网桂ICP备18001383号-7