在线检测未来函数

股价上穿8日均线选股公式

来源:Internet,编辑:股旁网,2013-07-18

编写条件:

选股公式。 1.8日均线上拐。 2.收盘价上穿8日均线。

编写方法:

m8:=ma(c,8);
xg:cross(c,m8) and m8>ref(m8,1);

相关文章