rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;dif:=ema(close,12)-ema(close,26);dea:=ema(dif,9);macd:=2*(dif-dea);xg:cross(k,d) and macd>ref(macd,1);
ma1:=ma(c,24);aa:=ref(l<ma1 and c>ma1,1) and c/o>1.03 and c>ref(c,1) and v>ref(v,1)*2;bb:=cross(macd.dif,macd.dea) and cross(kdj.j,kdj.k) and cross(ma(v,5),ma(v,10));xg:aa and bb;(这样的信号...