进场选股:z:=ma(c,120);var4:=ma((close-llv(low,10))/(hhv(high,10)-llv(low,10))*100,3);进场:if(close>z and ref(var4,1)<30 and var4>ref(var4,1) and ref(var4,1)<ref(var4,2),80,50);反弹进场选股:z:=ma(c,120...
var1:=close>ref(close,1) and close>ref(close,2);var2:=ref(var1,1) and close<=ref(close,1) and close>=ref(close,2);var3:=ref(var2,1) and close>=ref(close,1) and close<=ref(close,2);va...
v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买入:if((v7 and coun...