在线检测未来函数

3天内回踩过60日均线的指标

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

编写条件:

3天内回踩过60日均线的指标。

编写方法:

M60:=MA(C,60);
TJ:=L<=M60 AND C>=M60;
EXIST(TJ,3);

相关文章