好文档就是一把金锄头!
欢迎来到金锄头文库![会员中心]
电子文档交易市场
安卓APP | ios版本
电子文档交易市场
安卓APP | ios版本

135战法(生命线、趋势).doc

8页
  • 卖家[上传人]:ali****an
  • 文档编号:110779849
  • 上传时间:2019-10-31
  • 文档格式:DOC
  • 文档大小:310KB
  • / 8 举报 版权申诉 马上下载
  • 文本预览
  • 下载提示
  • 常见问题
    • 大智慧】135战法(生命线、趋势)-指标公式源码n:=17;LH:=79;EMA1:EMA(C,1);ema13:ema(c,13),COLORFF8080;ema34:ema(c,34),colorFFFF00;ema55:ema(c,55),colorff00ff;ema120:ema(c,120),COLORGREEN;MA30:MA(C,30),COLORYELLOW,POINTDOT,LINETHICK2;生命线:eMA(CLOSE,453),colorff00ff,POINTDOT,LINETHICK2;LOCK:=1;M8:=EMA(CLOSE,8);M13:=EMA(M8,13);VAR1:=EMA(M13,62);VAR2:=(CLOSE+HIGH+LOW)/3;VAR3:=EMA(VAR2,10)*LOCK;VAR4:=REF(VAR3,1)*LOCK;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,9*0.5,0),COLORFF5B00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,8*0.5,0),COLORFF6C00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,7*0.5,0),COLORFF7B00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,6*0.5,0),COLORFF9C00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,5*0.5,0),COLORFFBE00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,3.5*0.5,0),COLORFFCC00;STICKLINE(OPEN>=CLOSE,CLOSE,OPEN,1.5*0.5,0),COLORFFFF00;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,9*0.5,0),COLOR070084;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,8*0.5,0),COLOR0000A3;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,7*0.5,0),COLOR0000B7;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,6*0.5,0),COLOR0000CD;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,5*0.5,0),COLOR0000E9;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,3*0.5,0),COLOR0754E9;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,1.5*0.5,0),COLOR076EF3;STICKLINE(CLOSE>=OPEN,CLOSE,OPEN,1*0.5,0),COLOR077BF3;STICKLINE(CLOSE>OPEN,OPEN,LOW,1*0.5,0),COLOR0726CA;STICKLINE(CLOSE>OPEN,CLOSE,HIGH,1*0.5,0),COLOR0726CA;STICKLINE(OPEN>CLOSE,CLOSE,LOW,1*0.5,0),COLORDE9100;STICKLINE(OPEN>CLOSE,OPEN,HIGH,1*0.5,0),COLORDE9100;AAA:=MA(C,10);BBB:=ATAN((AAA/REF(AAA,1)-1)*100)*180/3.1416;CCC:=FILTER(CROSS(BBB,30),5);DRAWTEXT(CCC AND C>AAA,AAA*0.95,'十日三十度角'),COLORFF00FF; 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;ar6:=ar5 and filter(ar5,10);drawtext(ar6,l-0.09,'红杏出墙'),COLOR00ccff;stickline(ar6,h,l,0.5,1),COLOR00ccff;stickline(ar6,o,c,6,1),linethick2,COLOR00ccff;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)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);cr6:=FILTER(cr1 and cr2 and cr3 and cr4 and cr5,2);stickline(cr6,h,l,0.5,1),colorf00ff0;stickline(cr6,o,c,6,1),linethick2,colorf00ff0;drawtext(cr6,l-0.09,'红衣侠女'),colorf00ff0;dr1:=ema13>ema34 and ema34c and cema55 and BETWEEN((c-ema55)/ema55,0,0.02),dr4)=1;dr6:=c>ref(c,1) ;dr7:= dr1 and dr5 and dr6 ;dr8:=dr7 and FILTER(dr7 ,10);drawtext(dr8,l-0.09,'黑客点击'),colord6ba63;stickline(dr8,h,l,0.5,1),colord6ba63;stickline(dr8,o,c,6,1),linethick2,colord6ba63;er:=barslast(ref(cross(ema55,ema34),1)) and cross(ema34,ema55);DRAWTEXT(er,l-0.09,'均线互换'),color0099ff;stickline(er,h,l,0.5,1),color0099ff;stickline(er,o,c,6,1),linethick2,color0099ff;fr:=barslast(ref(cross(ema34,ema13),1)) and cross(ema13,ema34);DRAWTEXT(fr,l-0.09,'梅开二度'),colorwhite;stickline(fr,h,l,0.5,1),colorwhite;stickline(fr,o,c,6,1),linethick1,colorwhite;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(ema13,3) and ema34>=ref(ema34,1) and ema55>=ref(ema55,1) and cross(c,ema13) and cross(c,ema34) and cross(c,ema55);DRAWTEXT(hr2 and filter(hr2,10),h+0.1,'▲'),colorFFC8FF;DRAWTEXT(hr2 and filter(hr2,10),h+0.5,'揭竿而起'),color9900cc;DRAWTEXT(hr2 and filter(hr2,10),l-0.09,'三线推进'),COLORYELLOW;stickline(hr2 and filter(hr2,10),h,l,0.5,1),COLORYELLOW;stickline(hr2 and filter(hr2,10),o,c,6,1),linethick2,COLORYELLOW;SK:= EMA(Var1,13)-EMA(Var1,73);SD:= EMA(SK,2);drawtext((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)) ,l*0.99,'短'),COLOR0000cc;stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 and (v/ma(v,5)>2 or c/ref(c,1)>0.035)),h,l,0.5,0),COLOR0000cc;stickline((cross(sk,sd) and sk<-0.04 and (c-ref(c,1))/ref(c,1)>=0.03) or (cross(sk,sd) and sk<=-0.14 ) or (cross(sk,sd) and sk<=0.05 。

      点击阅读更多内容
      关于金锄头网 - 版权申诉 - 免责声明 - 诚邀英才 - 联系我们
      手机版 | 川公网安备 51140202000112号 | 经营许可证(蜀ICP备13022795号)
      ©2008-2016 by Sichuan Goldhoe Inc. All Rights Reserved.