Added cumulative_profit

This commit is contained in:
Kavinkumar 2022-03-10 08:02:06 +05:30 committed by GitHub
parent 9836cd5418
commit 7194d320e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1297,6 +1297,7 @@ class FreqtradeBot(LoggingMixin):
'current_rate': current_rate,
'profit_amount': profit,
'profit_ratio': profit_ratio,
'cumulative_profit': trade.realized_profit,
'buy_tag': trade.buy_tag,
'sell_reason': trade.sell_reason,
'open_date': trade.open_date,