公式如下:在通达信中测试通过。tja:=c>ma(c,5);t**:=c/ref(c,1)>1.05 and c/ref(c,1);tjc:=c>o;tjd:=h/c;xg:tja and t** and tjc and tjd;很的意思啊。居然把我手中的000046选出来了。如果还有什么疑问可以在下面继续追问,如果认为满意的话别忘了点击下方的“选为满意回答”
{高开假阴线}一:open>ref(close,1)*1.03 and close>ref(close,1) and open>close; {多头阴线}二:open>close and close>ma(close,20) and ma(close,30)>ma(close,60) and ma(close,60)>ma(close,120);
a:=ref(c,10)/ref(c,11)>1.099;{微调1.099,可改变选股数量,如1.098}b:=ref(l,10)=llv(l,11);d:=hhv(h,11)/llv(l,11)<1.33;e:=c/ref(c,1)>1.01;f:=ref(c,1)/ref(c,2)<1;选股:a and b and d and e and f;{在飞狐股道测试今年的20...