What I would like to do is to have a strategy which loads a list of symbols from a file and Add()'s them. In the strategy, I would like to be able to reference the past 20 5min bars (and eventually the past 20 daily bars) without waiting for the 100 minutes for these bars to fill with incoming tick data. As soon as I call Add(), I'd like to get NinjaTrader to request the past bars if the database doesn't already have them.
Is this possible? How do I do it?

Comment