I am building a multi-instrument strategy that will process day bars. For various reasons, it needs about 60 to 100 bars of history to find signals.
I believe in a single instrument strategy it will automatically go back and process historical data on startegy startup, thereby calculating what positions should already be "open".
My question is, in a multi-instrument scenario, when i add the bars in my code is it automatically going to pull and process the historical data for each and every instrument? If this isnt going to happen automatically, is there a programmatic way to achieve this?
Thanks!

Comment