n:=9;m:=3;lowv:=llv(low,n);highv:=hhv(high,n);rsv:=ema((close-lowv)/(highv-lowv)*100,m);k:=ema(rsv,m);d:=ma(k,m);a1:=barslast(ref(cross(k,d),1));底背离:ref(close,a1+1)>close and k>ref(k,a1+1) and c...
var1:=ema(ema(close,9),9);控盘:=(var1-ref(var1,1))/ref(var1,1)*1000;var2:=100*winner(close*0.95);高度控盘:=if(var2>50 and cost(85)<close and 控盘>0,控盘,0);主力出货:=if(控盘<ref(控盘,1) and 控盘>0,控盘,0);zr...