我用这个,不妨试试 diff:ema(dclose,12)-ema(dclose,26);dea:ema(diff,9),colorff0000;macd:(diff-dea)*2;stickline(macd>=0 and macd>=ref(macd,1),0,macd,1,0),colorred;stickline(macd>=0 and macd(macd,1),0,ma...
rsv:=(close-llv(low,5))/(hhv(high,5)-llv(low,5))*100;fastk:=sma(rsv,3,1);k:=sma(fastk,2,1);d:=sma(k,5,1);sj3:=wma(3*k-2*d,3);zj3:=wma(0.714*ref(sj3,1)+0.286*sj3,2);cross(sj3,zj3) and sj3<m1;