Var0:=(CLOSE-LLV(LOW,60))/(HHV(HIGH,60)-LLV(LOW,60))*100; Var3:=SMA(Var0,3,1); Var1:=SMA(Var3,4,1)-10; Var4:=(HHV(HIGH,60)-CLOSE)/(HHV(HIGH,60)-LLV(LOW,60))*100; Var5:=SMA(Var4,3,1); Var2:=SMA(Var5,4,1)-90; STICKLINE(REF(Var1,1)<Var1,Var1,REF(Var1,1),10,0),COLOR0000FF; 0, CIRCLEDOT; STICKLINE(REF(Var1,1)>Var1,Var1,REF(Var1,1),5,0),COLOR00ff00; STICKLINE(REF(Var2,1)>Var2,Var2,REF(Var2,1),10,0),COLOR0000FF; STICKLINE(REF(Var2,1)<Var2,Var2,REF(Var2,1),5,0),COLOR00ff00; 0,COLOR0000FF; 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)); 拉升:filter(ls,28)*100,coloryellow; y:=close/ref(close,1)>1.07; x:=vol>ma(vol,5); a1:=y and x; 攻击涨停:if(a1,70,0),COLORFF3399; k1:=BARSLAST(l>ref(h,1) and c/o>1.05); k2:=l<ref(h,k1+1) and count(l<ref(h,k1+1),k1)=1; 缺口回补:if(k2,60,0),colorffcc66;
 |