Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0,m=0;
if 开空条件 and holding=0 then begin
buyshort(holding=0,1,market);
n:=n+1;
end
if 开多条件 and holding=0 then begin
buy(holding=0,1,market);
m:=m+1;
n是开空次数,m是开多次数