Rss & SiteMap
金字塔客服中心 - 专业程序化交易软件提供商 http://www.weistock.com/bbs/
t1:=valuewhen(time=150000,barpos);
t2:=valuewhen(time=233000,barpos);
if (barpos=t1-3) or (barpos=t2-3) then begin
sell(1,0,market);
sellshort(1,0,market);
end
如果使用的是金字塔时间坐标,则在k线图上按F10,按照对照表里面的 时间做对应的时间修改