在线检测未来函数

上一个交易日涨幅5%以内的选股公式

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

编写条件:

上一个交易日涨幅5%以内的选股公式。

编写方法:

sz:=c<ref(c,1)*1.05 and c>ref(c,1);
xg:ref(sz,1);

相关文章