股友答疑
涨停二天后公式
股友答疑 >> 涨停二天后公式 >> 【您对使用股票程序选股有兴趣?要做自己想要的选股方法?加订阅号一起探讨吧!】
编写要求:
连续二天一字涨停,后一天涨5个点,或高开后跌至5个点左右出信号!
11q.cn解答:
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))
