mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Implement calling of per-pair protection
This commit is contained in:
parent
2a66c33a4e
commit
fe0afb9883
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user