在线检测未来函数

均线交叉公式

来源:Internet,编辑:股旁网,2013-01-19

编写条件:

当天五天均线上穿本月的第一天的看盘价后预警。

编写方法:

cross(ma(c,5),ref(o,barslast(month<>ref(month,1))));

相关文章