编写条件:
最近60日内出现过涨停,涨停数量大于等于1,小于等于3选股公式.编写方法:
zt:=c>ref(c,1)*1.96 and c=h;
count(zt,60)>=1 and count(zt,60)<=3
来源:Internet,编辑:股旁网,2013-04-01
编写条件:
最近60日内出现过涨停,涨停数量大于等于1,小于等于3选股公式.编写方法:
zt:=c>ref(c,1)*1.96 and c=h;
count(zt,60)>=1 and count(zt,60)<=3