dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=(dif-dea)*2;xg:macd>0 and dif-dea<0.1 and dif>dea;你设计这样的条件会出现大量金zhidao叉时或者死叉前dif与dea离的很近符版合选股条件. 如果你要是想选dif与dea一段时间离的很近,缺少时间条件. 至于在30分钟选...
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100; k:=sma(rsv,3,1); d:=sma(k,3,1); bias1:=(close-ma(close,24))/ma(close,24)*100; a1:cross(k,d) and cross(k,d)<16 and bias1<-6;
启爆a0:=every(open>close,3);启爆a1:=c/ref(c,1)>1.03;启爆a2:=sma(max(close-ref(c,1),0),2,1)*c*102;启爆a3:=sma(abs(close-ref(c,1)),2,1)*c*100;启爆a4:=启爆a2/启爆a3*100<10;启爆a5:=启爆a0 and 启爆a4;启爆a6:=ma(c,5)<...