编写条件:
昨天涨停,今日涨3到8个点的选股指标。编写方法:
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);
来源:Internet,编辑:股旁网,2015-06-10
编写条件:
昨天涨停,今日涨3到8个点的选股指标。编写方法:
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);