Has anyone ever encountered the error below before? I have run hundreds of backtests on variations of the algorithm without encountering the issue before. It popped up after I changed the start and end dates of my backtest (switched from my optimization data set to my out of sample data). It makes it to a specific date (Oct. 4, 2017) then issues the error. I then ran another backtest with a start date of Nov. 1, 2017 and did not receive the error. I tried to attach the backtest, but it does not appear in the dropdown list.

Runtime Error: Index must be between 0 and 0 (entry 1 does not exist yet) (Parameter 'i')
Actual value was 1. in RollingWindow.cs:line 164