Skip to content

Commit

Permalink
chore: refresh liquidation prices at regular intervals
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Dec 26, 2024
1 parent 0a27a7a commit 10063b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freqtrade/freqtradebot.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def __init__(self, config: Config) -> None:

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
Expand Down

0 comments on commit 10063b2

Please sign in to comment.