RSV:= (CLOSE-LLV(LOW,9))/(HHV(HIGH,9)-LLV(LOW,9))*100;
FASTK:=SMA(RSV,3,1);
K:=SMA(FASTK,3,1);
D:=SMA(K,5,1);
j:=3*K-2*D;
ma5:=ma(c,5);ma10:=ma(c,10);ma3:=ma(c,3);
选股:all(j>ref(j,1),4) and llv(l,4)=llv(l,40) and h>c and l>ref(llv(l,6),1)
and PFFIN(1001,0)>0;