GetTick 和 GetReadyTick问题
GetReadyTick: 解释为: Bool GetReadyTick(TickRef tick, Integer Index), Index 为bar索引。假设index= 10 盘中打开的时候, index 为非开盘后的第十个 tick。为盘中打开后的第十个 tick。GetTick :解释为: Bool GetTick(TickRef tick, Integer lBack = 0), lBack Integer 当前Bar向前回溯的Bar数,默认值为当前Bar请问如何获取 开盘后的第十个 tick。