Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
这个必须是要用固定轮询一秒模式
然后写代码:
ss:=15;
if (time=closetime(0) and not(islastbar)) or (islastbar and timetot0(dynainfo(207))>=time0-ss) then begin
sell(1,0,market);
sellshort(1,0,market);
end
ss为设定的提前秒数