Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
variable:n=0;
if 开仓条件 and holding=0 and n=0 then begin
下单语句;
n:=1;
end
if time=closetime(0) then n:=0;
思路是用全局变量记录开仓动作,n=1之后就算满足条件也不下单