diff --git a/freqtrade/freqtradebot.py b/freqtrade/freqtradebot.py index 2a2a05c84..7d6fdd261 100644 --- a/freqtrade/freqtradebot.py +++ b/freqtrade/freqtradebot.py @@ -703,6 +703,7 @@ class FreqtradeBot(object): # Check if trade is still actually open if int(order['remaining']) == 0: + self.wallets.update() continue # Check if trade is still actually open