Skip to content

Commit 10063b2

Browse files
committed
chore: refresh liquidation prices at regular intervals
1 parent 0a27a7a commit 10063b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/freqtradebot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ def __init__(self, config: Config) -> None:
162162

163163
def update():
164164
self.update_funding_fees()
165+
self.update_all_liquidation_prices()
165166
self.wallets.update()
166167

167168
# This would be more efficient if scheduled in utc time, and performed at each

0 commit comments

Comments
 (0)