aa1:=amount/vol;bb1:=l<aa1*0.9;cc1:=(c-ref(c,1))/ref(c,1)*100>1.2;dd1:=l<ma(c,6)*0.921;ee1:=vol<ma(v,5)*1.5;ff1:=bb1 and cc1 and dd1 and ee1;mr:if(ff1,50,0),color00ff00;保存为‘技术指标’或‘条件选股’公式即...
bt1:=cross(rsi.rsi1,25);主力:=ema( (close-ma(close,7))/ma(close,7)*480,2)*5;散户:=ema( (close-ma(close,11))/ma(close,11)*480,7)*5;bt2:=cross(主力,散户) and 主力<-10; bt:=filter(count(bt1 or bt2,3)>=2,3);...
启爆a0:=every(open>close,3);启爆a1:=c/ref(c,1)>1.03;启爆a2:=sma(max(close-ref(c,1),0),2,1)*c*102;启爆a3:=sma(abs(close-ref(c,1)),2,1)*c*100;启爆a4:=启爆a2/启爆a3*100<10;启爆a5:=启爆a0 and 启爆a4;启爆a6:=ma(c,5)<...