a3:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;a4:=sma(a3,3,1);a5:=sma(a4,3,1);a6:=3*a4-2*a5;a7:=c-ref(c,1);a8:=100*ema(ema(a7,6),6)/ema(ema(abs(a7),6),6);买:filter(llv(a8,2)=llv(a8,7) and count(a8<0,2) a...
买线:=ema(c,2);卖线:=ema(slope(c,21)*20+c,42);bu:=cross(买线,卖线);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;xg:bu and cross(j,10); 已测试。