dif:ema(close,9)-ema(close,18),colorcyan;dea:ema(dif,7);macd:=2*(dif-dea);if(dif>=ref(dif,1),dif,draw**),colorred;stickline(macd>=0 and macd>=ref(macd,1),0,macd,2,0),colorred;stickline(macd&g...
exp1:ema(close,m1);exp2:ema(close,m2);rsv:=(c-llv(l,9))/(hhv(h,9)-llv(l,9))*100;k:=sma(rsv,3,1);d:=sma(k,3,1);j:=3*k-2*d;x:=llv(j,2)=llv(j,8);y:=if(cross(j,ref(j+0.01,1)) and x and j<20,30,0);主力:=e...