var3:=(close-ma(close,6))/ma(close,6)*100;var4:=(close-ma(close,24))/ma(close,24)*100;var5:=(close-ma(close,32))/ma(close,32)*100;v**:=(var3+var4+var5)/3;var7:=ema(v**,5);var8:=if(v**<=-20,10,0);var9:=hhv(var8,10);vara:=if(var9 and cross(ma(close,3),ma(close,5)),20,0);k:=ema(var7,5)*2, , colorff00ff;d:=ema(k,5), , colorwhite;j:=k*3-d*2, ,coloryellow;varc:=(zig(3,5)>ref(zig(3,5),1)) and (ref(zig(3,5),1)<=ref(zig(3,5),2)) and (ref(zig(3,5),2)<=ref(zig(3,5),3));varca:varc=1;太吝惜了,没有悬赏! 20210311
x_1:=ref(close,1)/ref(close,2)>1.095 and ref(close,1)=ref(high,1) and open>ref(high,1) and vol=hhv(vol,5) and close;x_2:=ma(close,5)>ma(close,10);x_3:=close/ref(close,1)<0.91;x_4:=every(re...
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...
rsv:=(close-llv(low,9))/(hhv(high,9)-llv(low,9))*100; k:=sma(rsv,3,1); d:=sma(k,3,1); bias1:=(close-ma(close,24))/ma(close,24)*100; a1:cross(k,d) and cross(k,d)<16 and bias1<-6;