Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
//收盘前清仓r50:=abs(holding);if p2>145200 then begin sellshort(holding<0,r50,market); sell(holding>0,r50,market); end
请问这个收盘前清仓的语句能否改成:
如果日期是2016年前则 P2》150800 清仓
如果日期是2016年1月1日后则 PS>145200清仓 ?
谢谢