mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
chore: refresh liquidation prices at regular intervals
This commit is contained in:
@@ -162,6 +162,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
|
||||
def update():
|
||||
self.update_funding_fees()
|
||||
self.update_all_liquidation_prices()
|
||||
self.wallets.update()
|
||||
|
||||
# This would be more efficient if scheduled in utc time, and performed at each
|
||||
|
||||
Reference in New Issue
Block a user