在线检测未来函数

3日内5日线和10日线上穿20日线的公式

来源:Internet,编辑:股旁网,2016-04-04

编写条件:

3日内5日线和10日线上穿20日线的公式。

编写方法:

exist(cross(ma(c,5),ma(c,20)),3) and exist(cross(ma(c,10),ma(c,20)),3)

相关文章