diff1:=ema(close,12) - ema(close,26);dea1:=ema(diff1,9);macd1:=2*(diff1-dea1);a1:=barslast(ref(cross(diff1,dea1),1));ref(close,a1+1)>close and diff1>ref(diff1,a1+1) and cross(diff1,dea1) and llv(low,6)=llv(low,60);公式已测试通过!提示:由于条件苛刻,不是每天都能选出股票的。希望能够帮助你! 20210311
进场选股: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...