Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
用全局变量比如
variable:a=0;
if 开多条件 and a<2 then begin
buy();
a:=a+1;
end
if time>145500 and time<150000 then a:=0;