在线检测未来函数

5周线50度以上上升角度的选股

来源:Internet,编辑:股旁网,2015-03-09

编写条件:

5周线50度以上上升角度的选股,周线5、10、30、100多头排列。

编写方法:

ma(c,5)>ma(c,10) and ma(c,10)>ma(c,30) and ma(c,30)<ma(c,100) and ma(c,5)/ref(ma(c,5),1)>1.005;

相关文章