rsv:=(close-llv(low,n))/(hhv(high,n)-llv(low,n))*100;k:=sma(rsv,m1,1);d:=sma(k,m2,1);j:=3*k-2*d;aa:=j-ref(j,1)<0 and ref(j,1)-ref(j,2)<0;bb:=c-ref(c,1)>0 and ref(c,1)-ref(c,2)>0;aa and bb;...
diff:=ema(close,12)-ema(close,26);dea:=ema(diff,9);macd:=2*(diff-dea);select:cross(diff,dea)and dea>-1.0 and dea<0.5 and close>ref(close,1)and close>=ma(c,60);复制粘贴以上内容后就可选股