I'm just thinking ... I would like to add a 2nd data series to a strategy for futures on the ie. ES
But how to add it and backtest without the rollover/contract period for a seamless backtest over several years?
I'm only using this but for stocks
AddDataSeries("VXX", BarsPeriodType.Days, 1); <-. works fine with the etf
AddDataSeries("VX", BarsPeriodType.Min, 60); <- obviously does not work without the contract period on a future
Thanks!
Comment