I am working on a multi-instrument strategy, which will include a lot of stocks, e.g. the NASDAQ-100. I would like to backtest this strategy for many years - which will almost inevitably lead to a desired start date prior to the IPO of some of the stocks included in the strategy.
What I find is that OnBarUpdate is not called for dates prior to _all_ stocks being traded, in my current case some date in 2013. What I would like to see instead, is that I can simulate earlier dates (e.g. the last 10 years) - and somehow skip those stocks, which didn't exist at those early bars.
How can I do that?
Thank you,
best regards, Felix

Comment