lc:=ref(close,1);rsi1:=sma(max(close-lc,0),n1,1)/sma(abs(close-lc),n1,1)*100;rsi2:=sma(max(close-lc,0),n2,1)/sma(abs(close-lc),n2,1)*100;rsi3:=sma(max(close-lc,0),n3,1)/sma(abs(close-lc),n3,1)*100;rsi选股:cross(rsi1,rsi3) and ref(rsi1>rsi3,2); 20210311
zt:=(c-ref(c,1))/ref(c,1)*100>9.96;a1:=ex**t(zt,30);xg:=hhv(h,120)=h;a2:=ex**t(xg,10);a3:=(ref(hhv(max(c,o),5),1)-ref(min(o,c),1))/ref(min(o,c),1)*100>5 and ref(o,1)>=ref(c,1);a5:=finance(7)*...
下载最新的5分钟数据,选股周期设为5分钟进行选股。ma(c,5)>ref(ma(c,5),1) and ma(c,10)>ref(ma(c,10),1) and ma(c,20)>ref(ma(c,20),1) and ma(c,30)>ref(ma(c,30),1) and ma(c,40)>ref(ma(c,40),1) and ma(c,50)>ref(ma(c,50),1) ;
a1:=hhv(c,1800)>llv(c,1800)*1.6 and llv(c,1800)*2<hhv(c,1800) and count(c/ref(c,1)>0.098,100)>=1 and barscount(close)>600 ; a2:= (c-ma(c,200))/ma(c,200)<0.2 { 相对于200天线正乖离小于20% };a3:=...
t:=((ref(c,1)-ref(c,2))/ref(c,2)*100)>7;t1:=o>ref(h,1)and o=h and c<o and c>ref(c,1);t2:=c/l>1.03 and(min(c,o)-l)>(h-min(c,o));xgt:t and t1 and t2;已测试 600822差点: