在线检测未来函数

5日线高于开盘价低于收盘价的指标

来源:Internet,编辑:股旁网,2015-08-19

编写条件:

5日线高于开盘价低于收盘价,5日线近期是向上的指标。

编写方法:

ma(c,5)>o and ma(c,5)<c and ma(c,5)>ref(ma(c,5),1);

相关文章