Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
用个全局变量记录一下使用次数
variable:anums=0;
……
if holding>0 and Acond and anums=0 then begin
sell(1,1,limitr,c);
anums:=1;
end
if time=closetime(0) then anums:=0;