Folks, can you provide guidance on a methodology to debug assertion failures?
This isn't uncommon: I have a strategy I can load up and run 99 different ways, on different charts and parameters. However, on the 100th time, I get an assertion failure. Furthermore, sometime it seems to be state dependent. If I wait for a few hours, sometimes the error no longer appears and the strategy successfully runs.
Is the only way to fix this, is to create a debug version and then litter it with Print comments, to find the source of the error? Is there a better way?
Thanks,

Comment