wr1:=100*(hhv(high,10)-close)/(hhv(high,10)-llv(low,10));wr2:=100*(hhv(high,6)-close)/(hhv(high,6)-llv(low,6));wr3:=ref(wr1,1)>60 and ref(wr2,1)>60 and wr1<60 and wr1<60;typ:=(high+low+clo...
v1:=ema(close,60)-ema(close,300);v2:=ema(v1,300);v3:=(close-llv(low,8))/(hhv(high,8)-llv(low,8))*100;v4:=sma(v3,2,1);v5:=sma(v4,2,1);v6:=close/ref(close,3)>=1.1;v7:=backset(v6,3);买入:if((v7 and coun...
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);这样似乎效果更佳。红柱倒见...