Implement calling of per-pair protection

This commit is contained in:
Matthias 2020-10-24 17:09:30 +02:00
parent 2a66c33a4e
commit fe0afb9883
1 changed files with 1 additions and 0 deletions

View File

@ -1415,6 +1415,7 @@ class FreqtradeBot:
# Updating wallets when order is closed
if not trade.is_open:
self.protections.stop_per_pair(trade.pair)
self.wallets.update()
return False