rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d; 选股x:k>50 and k<80 and d>40 and d<70 and j<20; -----------------------------------------是kd...
var1:=ema(sma((close-llv(low,19))/(hhv(high,19)-llv(low,19))*100,8,1),3);w1:=c=hhv(c,20);w2:=barslast(w1);w3:=if(w2>0,ref(c,w2),ref(c,w2));w4:=cross(c,ref(w3,1));突破在即:=if(w4 and count(w4,5)=1,40,0)...