在线检测未来函数

股价上穿五和十日均线的公式

来源:Internet,编辑:股旁网,2013-05-17

编写条件:

股价上穿五和十日均线的公式.

编写方法:

cross(c,ma(c,5)) and cross(c,ma(c,10));

相关文章