I am trying to Backtest my strategies and I am noticing few issues:
1. My strategy only runs up 01/01/20 to 02/17/20 and I get error message Failed to cancel orders. System.NullReferenceException: Object reference not set to an instance of an object. Not sure what is causing this error. Strategy seems to be running fine in real time. How should I got about testing this.
2. Optimization vs. Walk forward Optimization? Will Optimization change the code in my strategy will it just give me different scenarios? What is difference bewteen Optimization and Walf forward Optimization and Multi Objective Optimization?
Thanks,

Comment