在线检测未来函数

N日内量比大于3的选股公式

来源:Internet,编辑:股旁网,2018-03-21

编写条件:

N日内量比大于3的选股公式。

编写方法:

量比:=v/ref(ma(v,5),1);
xg:exist(量比>3,n);

相关文章