rsv:=(close-llv(low,18))/(hhv(high,18)-llv(low,18))*100;k:=ema(rsv,3);d:=ema(k,3);j:=(3*k-2*d);kdj1:=ref(count(j(j,1),5)>=3,1)and ref(j,1);kdj2:=j>ref(j,1);xg:filter(kdj1 and kdj2,3);
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;保存为‘技术指标’或‘条件选股’公式即...