开盘异动程序
(2013-09-30 08:14:59)
标签:
股票 |
分类: 程序源码 |
停牌:=dynainfo(7)>0;{去除停牌}
涨停:=ceiling(c*100)>=intpart(ref(c,1)*1.1*100);
高开:=(o-ref(c,1))/ref(c,1)*100>4.9;
选股:停牌 and ref(涨停,1)=0 and 高开,precis0;