在线检测未来函数

涨停二天后公式

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

编写条件:

连续二天一字涨停,后一天涨5个点,或高开后跌至5个点左右出信号!

编写方法:

ref(c,3)*1.1 and ref(o,2)=ref(c,2) and ref(c,2)*1.1 and ref(o,1)=ref(c,1) and
(c>=ref(c,1)*1.05 or (o>ref(h,1) and c<=ref(c,1)*0.95))

相关文章