连续出现三颗小星星(有上下影线)已经是极品票了,数量本身就很少,你再加条件写公式,写不好就一个票也选不出的。只能这样了,写了个连续出现三个小星,且收盘价在25日线上的指标。票不多,出来后只有手工挑选了。aa1:=abs(c-o)<0.02 and h>max(c,o) and l<min(c,o);xg:count(every(aa1,3),4)=1 and c>ma(c,...
{1:a柱为涨幅超过4%的阳线且换手率大于3%, 2:b c d至少 柱有两根换手率小于a柱(是任意两柱) 3:d 柱收盘价大于a柱收盘价} ref(c,3)>ref(c,4)*1.04 and hsl>0.03 and count(v=2 and c>ref(c,3);a:=ref(c,3)>ref(c,4)*1.04 and hsl>0.03;{a柱为涨幅超过4%...