Hey all,

I am trying to diagnose where in my code I am causing a null ptr dereference, (error message is "2014-12-27T17:27:22-05:00 Backtest Error: Error initializing algorithm for backtest check: Object reference not set to an instance of an object"). Is there a way to get a stack trace, or some more information where exactly the problem occurred? By now, I have outcommented pretty much everything, so it is a bit puzzling that the exception is still thrown.

Cheers,

Thomas

Author