主力:=ema((close-ma(close,7))/ma(close,7)*480,2),linethick2,colorred;散户:=ema((close-ma(close,11))/ma(close,11)*480,7),linethick2,colorwhite;cross(主力,散户) and 主力<-10 and dyna**(17)>0;公式已测试通过!希望能够帮助你...
varf:=(2*close+high+low)/4;va4:=llv(low,34);va5:=hhv(high,34);va6:=ema((varf-va4)/(va5-va4)*100,6);va7:=ema(0.667*ref(va6,1)+0.333*va6,4);xg:count(close(close,1),8)/8>0.3 and count(va6>va7,3)and...