exp10:=ema(close,10);exp60:=ema(close,60);zf:=(close-ref(close,1))/ref(close,1)*100>=3;去除st:=ex**t(c/ref(c,1)>1.055,60);去除停牌:=dyna**(4)>0;xg:去除st and ...
m5:=ma(c,5);m10:=ma(c,10);m20:=ma(c,20);m60:=ma(c,60);dif:="macd.dif;dea:="macd.dea;macd:="macd.macd;t1:=m20>=m60 and cross(m10,m5);t2:=dif>=0 and dea>=0 and macd xg:t1 and t2;参考资料:http://tie...