在线检测未来函数

N天内阳线大于3%次数的排序指标

来源:Internet,编辑:股旁网,2015-08-13

编写条件:

N天内阳线大于3%次数的排序指标。

编写方法:

count(c/ref(c,1)>=1.03 and c>o,n);

相关文章