I understand Ninja's Backtest feature always uses CalculateBarOnClose = True for the strategy.
This is perfect for strategies intended to be used live with CalculateBarOnClose = True, but for strategies intended to be used live on a tick-by-tick basis, this doesn't provide a mean to test/verify the real-time behavior of the software.
So far, I have identified that Market Replay provides that transaction by transaction replay capability, however it seem to require "Market Replay data", which can be either captured in real-time, or downloaded from the Ninja server.
I want to do several years of market replay, the real-time capture is no use to me at this point, and the Ninja server doesn't seem to have more than a week (or two) of market replay data available.
I do not need Level-1 for my replays, just replaying the transaction history (transaction by transaction) would do, I have 3 years of tick-data available in Ninja, how do I get Ninja to use that tick-data for Market Replay?
Thanks in advance

Comment