Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
if 开仓条件 and holding<=6 then begin
buy(1,1,market);
end
buyshort( l>ENTERPRICE-10 and holding<=4,1,MARKET);
加空单要改一下:
buyshort( l>ENTERPRICE-10 and holding>=-4,1,MARKET);