在线检测未来函数

30日内有4个涨停的选股指标

来源:Internet,编辑:股旁网,2015-10-16

编写条件:

连续30日内有4个涨停的选股指标。

编写方法:

zt:=c/ref(c,1)>1.095 and c=h;
xg:count(zt,30)>=4;

相关文章