Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
怎么编写 收盘前10分钟全部平仓
//以股指1分钟周期为例
if time>150500 then begin
sell(1,0,thisclose);
sellshort(1,0,thisclose);
end