aa:=c<o and c>ref(c,1) and ref(c,1)<ref(o,1) and v>ref(v,1);drawicon(aa>0,l/1.1,1);你要的是选股公式,为什么又叠加在主图?直接说一个做选股,一个做主图提示就可以了。下面的是选股:aa:c<o and c>ref(c,1) and ref(c,1)<ref(o,1) an...
公式如下:在通达信中测试通过。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选出来了。如果还有什么疑问可以在下面继续追问,如果认为满意的话别忘了点击下方的“选为满意回答”
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...