Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
那么就是,
开仓条件加入:time<=183000;
收盘平仓语句为:
if time>185500 then begin
sell(1,0,marketr);
sellshort(1,0,marketr);
end
全局变量记录
variable:n=0;
if n=0 and holding=0 and 开多条件 then begin
buy(1,1,marketr);
n:=1;
if time=closetime(0) then n:=0;