Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
限制条件在一天内,出现信号3次以上不开仓。
variable:a=0;
if 开仓条件 and a<3 then begin
buy();
a:=a+1;
end