在线检测未来函数

N日内创下Y日新低的公式

来源:Internet,编辑:股旁网,2012-11-21

编写条件:

3日内的股价出现50日时期内的新低

编写方法:

A1:=LLV(L,50);
xg:BARSLAST(A1=L)<=3;&nbsp;

相关文章