@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 rangedid I miss sth?
Got it! Forgot to enable history with this:
cerebro = bt.Cerebro(tradehistory=True)