站内快速搜索    

发新话题
打印

[大智慧Ⅱ] 飞鹰猎庄

飞鹰猎庄

 

本文来自:海涛股票论坛(www.198bbs.com)  作者:范范の世界   点击220


MA1:MA(CLOSE,5);
MA2:MA(CLOSE,10);
MA3:MA(CLOSE,20);
MA4:MA(CLOSE,60);

bb:=ref(INDEXC,1)<ref(INDEXC,2) and ref(c,2)*0.95>=ref(c,1) and ref(o,1)/ref(c,1)>=1.05
and ref(c,1)<ref(o,1) and c>o and c/o>=1.05 and c>ref(o,1)
and ref(vol,1)<ref(vol,2);
STICKLINE(bb,O,C,7,0),COLORred;
STICKLINE(bb,O,H,0,0),COLORred;
STICKLINE(bb,L,C,0,0),COLORred;
drawtext(bb,l*0.98,'追!'),coloryellow;

VAR1:=4*SMA((CLOSE-LLV(LOW,5))/(HHV(HIGH,5)-LLV(LOW,5))*100,5,1)-
3*SMA(SMA((CLOSE-LLV(LOW,5))/(HHV(HIGH,5)-LLV(LOW,5))*100,5,1),3.2,1);
VAR2:=8;
cc:=CROSS(VAR1,VAR2);
drawtext(cc,l*0.98,'买!'),COLOR0099FF;

TYP:=(H+L+C)/3;
typ1:=(TYP-MA(TYP,14))/(0.015*AVEDEV(TYP,14))<=20 and ref(MA(C,21),1)<MA(C,21);
tj1:=O<MAX(REF(C,1),REF(O,1));
tj2:=ref(c,1)>=MA(C,21) and l/MA(C,21)>=1.015 and MA(C,144)>MA(C,250) and v<ma(v,10) and min(ref(v,2),ref(v,1))>v;
tj3:=ref(MA(C,250),90)<ref(MA(C,144),90) and MA(C,144)>MA(C,250) AND o>MA(C,250);
tj4:=max(ref(h,10),ref(h,9),ref(h,8),ref(h,7),ref(h,6));
touji:=typ1 and tj1 and tj2 AND ref(c,2)/ref(o,2)<1.06 and c/o<=1.05 and hhv(h,5)/llv(l,30)>=1.65 and ref(h,5)/ref(l,1)>=1.15 and ref(c,1)/ref(o,1)<=0.995 and (l<ref(l,2) or (ref(h,2)-ref(l,2))/(h-l)>=2) and o/ref(l,1)<=1.04
or typ1 and tj1 AND o/ref(l,1)<1.05 and ref(l,1)/ref(o,4)<=0.85 and ref(c,1)/ref(o,1)<=1.03 and o<ref(c,1) and hhv(h,5)/llv(l,35)>1.35 and v<ma(v,10);
touji2:=typ1 and tj1 and tj2 AND o/ref(l,1)<1.05 and o/llv(l,3)<1.1 and ref(c,1)/ref(0,1)<=1.05 and hhv(h,4)/llv(l,16)>=1.35 and ref(o,4)/ref(c,2)>=1.08 and ref(c,2)/ref(o,2)<=0.995 and (ref(l,2)<ref(l,3) or (ref(h,3)-ref(l,3))/(ref(h,1)-ref(l,1))>=2) and l<min(ref(c,1),ref(o,1))
or typ1 and tj1 AND hhv(h,10)/llv(l,25)>=1.3 and ref(c,5)<ref(h,5) and ref(c,4)<ref(c,5) and ref(c,3)<ref(c,4) and ref(c,2)<ref(c,3) and ref(c,1)<ref(c,2) and l<ref(l,1) and ma1/o<1.1;
datouji:=typ1 and tj3 and O<REF(C,5) and o<=ref(c,1) and ref(h,10)/o>=1.17 and hhv(h,10)/llv(l,30)>1.4 and (ma(v,10)/hhv(v,10)>0.5 and v/hhv(v,10)>0.2 and v/hhv(v,10)<0.4 or ref(v,3)>ref(v,2) and ref(v,2)>ref(v,1)) and ref(c,1)/ref(c,2)<=1.02;
datouji1:=typ1 and tj3 and o<ref(l,6) and O<min(ref(c,5),ref(o,5)) AND tj4/HHv(H,10)>=1 and tj4/llv(l,40)>1.35 and tj4/l>=1.17 and (l/c<0.966 and c/o<1.02 and c/o>0.98 or l<c and h>o and c/o>0.988 and c/o<1.01) and (ref(v,3)>ref(v,2) and ref(v,2)>ref(v,1) or min(ref(v,3),ref(v,2),ref(v,1))=llv(v,20)) and o<ref(o,2);
drawtext(touji or touji2 or datouji or datouji1,l*0.98,'△'),coloryellow;
drawtext(cross(MA(VOL,10),MA(VOL,20)) and MA(VOL,5)>MA(VOL,10) and l<MA(c,20) and c>=MA(c,20),l*0.98,'量托'),colorWHITE;
卖出:=CROSS(90,SMA(MAX(CLOSE-REF(CLOSE,1),0),6,1)/SMA(ABS(CLOSE-REF(CLOSE,1)),6,1)*100);
drawtext(卖出,h*1.05,'短卖'),colorgreen;
ma20:=ma(c,20);
ma60:=ma(c,60);
ma120:=ma(c,120);
fa:=barslast(cross(ma60,ma20)) and cross(ma20,ma60);
fb:=fa and ma20>ma120 and ma60>ma120
and ma20>ref(ma20,1);
STICKLINE(fb,l,l-0.09,4,0),colorwhite;
DRAWTEXT(fb,l-0.13,'二次握手'),colorwhite;
ls:=c/ref(c,1)>1.048 and c=h and between(forcast(V,4),0.2*forcast(v,12),2.1*forcast(v,12));
有事请联系海涛股票论坛QQ客服:有事点这里

TOP

发新话题