### Enhancement description Is it possible to add the average trade in monetary terms? ### Code sample ```python stats = bt.run() avg_trade = stats._trades['PnL'].mean() ``` ### Additional info, images _No response_