以文本方式查看主题

-  金字塔客服中心 - 专业程序化交易软件提供商  (http://weistock.com/bbs/index.asp)
--  公式模型编写问题提交  (http://weistock.com/bbs/list.asp?boardid=4)
----  编写选股条件  (http://weistock.com/bbs/dispbbs.asp?boardid=4&id=90207)

--  作者:90的硬币
--  发布时间:2016/1/18 17:46:49
--  编写选股条件
 如何编写选股条件:剔除ST股票和剔除停牌的股票

--  作者:jinzhe
--  发布时间:2016/1/19 8:52:55
--  
not(vol=0 or STRICMP(STRLEFT(stkname ,2 ) , \'st\')<>0 or STRICMP(STRLEFT(stkname ,3 ) , \'*st\')<>0) or not(vol=0)