Is there a way to compare trades list produced by backtests?
I'm making slight changes to my code and want to see what differences it produces in the trades.
I do look at Report Explorer to get the big picture, but don't know how to do it per trade list.
Would like to see trades that are in one backtest and not the other, difference in fill price if there is.
Something like a git diff
for trades lists comes to mind.
Anyone does this?
Thanks