在线检测未来函数

五日均线向上涨5%以内选股指标

来源:Internet,编辑:股旁网,2015-11-30

编写条件:

五日均线向上涨5%以内选股指标。

编写方法:

ma(c,5)/ref(ma(c,5),1)<=1.05 and ma(c,5)>ref(ma(c,5),1)

相关文章