Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 开仓条件 and n<2 then begin
下单语句;
n:=n+1;
end
if time=closetime(0) then n:=0;//这个是限制下时间,收盘时间全局变量自动重置,否则策略可能从头到尾只有2信号。