在线检测未来函数

突破五日均线的选股公式

来源:Internet,编辑:股旁网,2016-05-05

编写条件:

1.股价突破5MA;2.量能大于5日均量.

编写方法:

c>ma(c,5)and o<ma(c,5) and cross(v,ma(v,5))

相关文章