在线检测未来函数

均线公式

来源:Internet,编辑:股旁网,2012-07-08

编写条件:

条件是 5日均线小于10日均线的2%

编写方法:

&nbsp;MA(C,5)<MA(C,10)*1.02;

相关文章