Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
1.晚上的那个:valuewhen(time=213000,h) valuewhen(time=213000,l);
早上的那个:valuewhen(time=093000,h) valuewhen(time=213000,l);
如果是用金字塔时间,按F10对照表修改一下即可
2.下午5分钟前平仓:
if time>=145500 then begin
sell(1,0,market);
sellshort(1,0,market);
end