Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:bj=0;
if 平多条件 and holding>0 then begin
sell(1,0,market);
bj:=1;
end
if 平空条件 and holding<0 then begin
sellshort(1,0,market);
bj:=-1;
开多条件加上(bj=-1 or bj=0);
开空条件加上(bj=1 or bj=0);