Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
全局变量
variable:a=0;
if a=0 and cond then begin
buy();
a:=a+1;
end
然后收盘前再重置下变量
if time>=150000 then aa:=0;