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