涨停:=c=ztprice(ref(c,1),0.1) and h=c and not(h=l) ;ma5:=ma(c,5) ;ma5角度:=atan((ma5/ref(ma5,1)-1)*100)*180/3.1416;xg1:=ma5角度>=75 and 涨停 and not(dyna**(4)=0);cc:=abs((2*close+high+low)/4-ma(close,...
a:=cross(c,ma(c,5)) and cross(c,ma(c,10)) and cross(c,ma(c,20));a1:=v>=ref(v,1)*2;a2:=macd.dif>macd.dea;a3:=ref(close,1)<ref(sar(4,2,20),1) and close>=sar(4,2,20);xg:a and a1 and a2 and a3...
diff:=ema(close,12)-ema(close,26); dea:=ema(diff,9); a:=ma(c,3);xg:cross(ref(dea,1),ref(diff,1)) and cross(diff,dea) and atan((a/ref(a,1)-1)*100)*57.3>30;