Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
可以,
if (timetot0(dynainfo(207))>=(timetot0(closetime(0))-5)) or not(islastbar) then begin
sell(1,0,marketr);
sellshort(1,0,marketr);
end
一定要使用固定时间间隔模式
在日线级别上closetime(0)返回值有问题的。