在线检测未来函数

今天收盘价低于前10天内某个涨停板价公式

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

编写条件:

今天收盘价低于前10天内某个涨停板价公式。

编写方法:

zt:=c/ref(c,1)>1.095 and c=h;
c<ref(c,barslast(zt)) and barslast(zt)<=10;

相关文章