在线检测未来函数

10日内至少一个涨停的指标

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

编写条件:

10日内至少一个涨停的指标。

编写方法:

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

相关文章