今日涨3到8个点的选股指标
编写要求:
昨天涨停,今日涨3到8个点的选股指标。
www.guhai.com.cn股海网解答:
zt:=c/ref(c,1)>1.095 and c=h;
ZF:=(c/ref(c,1)-1)*100;
xg:ref(zt,1) and BETWEEN(ZF,3,8);
编写要求:
昨天涨停,今日涨3到8个点的选股指标。
www.guhai.com.cn股海网解答:
zt:=c/ref(c,1)>1.095 and c=h;
ZF:=(c/ref(c,1)-1)*100;
xg:ref(zt,1) and BETWEEN(ZF,3,8);
问题反馈 取消