v0:=ema(c,5);v1:=ema(c,10);v2:=ema(c,15);v3:=ema(c,30);v4:=ema(c,60);m1:=1000*v1/v4*v1/v4>=975;m2:=1000*v2/v4*v2/v4>=980;m3:=1000*v3/v4*v3/v4>=985;m4:=m1 and m2 and m3 and cross(v0,v1);m5:=m1...
a1:=3*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1)-2*sma((c-llv(l,55))/(hhv(h,55)-llv(l,55))*100,5,1);:=ema(a1,5);a2:=(黑马线-ref(黑马线,1))/ref(黑马线,1)*100;xg:a2<-10 and a2>ref(a2,1);这样似乎效果更佳。红柱倒见...