Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
//收盘前平仓if currenttime>=151100 then begin TCANCELEX(1,0,AccountID,''); tsell(BuyHold>=1,BuyHold,mkt,0,0,AccountID); tsellshort(SellHold<=-1,abs(SellHold),mkt,0,0,AccountID);end
以上后台预警程序,为什么到时间不执行平仓呢?谢谢