Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
平仓之后再满足条件开仓吗?
if a1 or a2 or a3 then begin
sellshort(holding<0,0,market);
buy(holding=0,1,market);
end
if b1 or b2 or b3 then begin
sell(holding>0,0,market);
buyshort(holding=0,1,market);