在线检测未来函数

五天上穿十天均量线的公式

来源:Internet,编辑:股旁网,2015-06-30

编写条件:

五天上穿十天均量线的公式。

编写方法:

crOSS(ma(c,5),ma(c,10));{价}
CROSS(ma(v,5),ma(v,10));{量}

相关文章