This seems to be causing problems with the monte carlo simulations for things like Max Drawdown, Max Consecutive Losers, etc . The max drawdown that actually occurred during any given backtest is always in the 95% percentile or greater (bad) outcomes from a monte carlo simulation of that backtest. I take this to mean that the monte carlo is working with the trade exits as individual events instead of the trade entries. And thus is skewing the results more favorable than reality.
What can I do about this? I'm providing a signal name for all the entries, I'm not sure what else to do.
Thanks

Comment