@irving-birger said in Closed trade list (including MFE/MAE) analyzer:

Looks amazing! Thx for the effort!

I run into

if trade.history[0].event.size > 0: dr = 'long' IndexError: list index out of range

did I miss sth?

Got it! Forgot to enable history with this:

cerebro = bt.Cerebro(tradehistory=True)