在线检测未来函数

205天线上的多头排列选股指标

来源:Internet,编辑:股旁网,2015-10-23

编写条件:

条件1:250天线上, 条件2:5天 10天 30天 60天多头排列。

编写方法:

ma(c,5)>ma(c,10) and ma(c,10)>ma(c,30) and ma(c,30)>ma(c,60) and ma(c,60)>ma(c,250);

相关文章