diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index c4806b2b0..879f66af2 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -1810,7 +1810,7 @@ class FreqtradeBot(LoggingMixin): 'open_rate': trade.open_rate, 'close_rate': order_rate, 'current_rate': current_rate, - 'profit_amount': profit.profit_abs if fill else profit.total_profit, + 'profit_amount': profit.profit_abs, 'profit_ratio': profit.profit_ratio, 'buy_tag': trade.enter_tag, 'enter_tag': trade.enter_tag,