hh:=max(ma(c,5),max(ma(c,10),ma(c,20)));ll:=min(ma(c,5),min(ma(c,10),ma(c,20)));粘合度:=(hh-ll)/ll*100;zdf:=(c-ref(c,1))/ref(c,1)*100;hs:=dyna**(37)*100;lb:=v/fromopen/(sum(ref(v,1),5)/1200);a1:=zdf>4 or hs>7 or lb>2.5;xg:粘合度<4 and ex**t(ref(a1,1)>0,3);没有其他问题的话,点下采纳。 20210311
var1:=open;var2:=open(close,5)and open(close,10)and open(close,20);var3:=close>ma(close,5)and close>ma(close,10)and close>ma(close,20);var4:=cross(ma(close,5),ma(close,20));var1 and var2 and ...