a:=ref(high,10)=hhv(high,2*10+1); a1:=filter(a,10); a2:=backset(a1,10+1); a3:=filter(a2,10); 前高:=ref(h,barslast(a3));放量:=vol/ref(vol,1)>=2 and count(close>open,1) or low>ref(high,1) and count...
var1:=low=llv(low,120) or ref(low,1)=llv(ref(low,1),120) or ref(low,2)=llv(ref(low,2),120); var2:=close/ref(close,1)>=1.06; 初选:=if(var1 and var2,0.4,0); var3:=(close-ma(close,12))/ma(close,12)*100;...
diff:ema(close,12)-ema(close,26);dea:ema(diff,9);macd:2*(diff-dea),colorstick;tj:=macd(macd,2)>ref(macd,1)and ref(macd,1)<macd;rf:=macd>0 and ref(macd,2)(macd,1)and ref(macd,1)>macd;stickl...