ma1:=ma(close,10);ma2:=ma(close,20);ma3:=ma(close,60);ma4:=ma(close,120);xg:ma1>ma2 and ma2>ma3 and ma3>ma4 and (ref(ma1,1)<ref(ma2,1) or ref(ma2,1)<ref(ma3,1) or ref(ma3,1)<ref(ma4,1));(已测试通过) 20210311
xstk:=low>ref(high, 1);tt1:=barslast(xstk)+1;hh:=ref(high,tt1);:=tt1<-3 and count(xstk,tt)>=1 and low>hh and low<=hh*1.01 andnot(ex**t(cross(hh.low),tt1));count(low>ref(high,1),3)>...