在线检测未来函数

股价高开条件公式

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

编写条件:

条件公式:股价第一天上涨并且涨幅小于5%,第二天向上跳空高开5%以上。

编写方法:

(ref(c,1)-ref(c,2))/ref(c,2)<0.05 and ref(c,1)>ref(c,2) and O/REF(c,1)>1.05 and o>ref(h,1);

相关文章