chore: schedule wallet_state capturing every night.

This commit is contained in:
Matthias
2025-04-27 08:26:07 +02:00
parent ed560f995d
commit b614ec4ef9
+1
View File
@@ -172,6 +172,7 @@ class FreqtradeBot(LoggingMixin):
self._schedule.every().day.at(t).do(update)
self._schedule.every().day.at("00:02").do(self.exchange.ws_connection_reset)
self._schedule.every().day.at("00:07").do(self.wallets.record_wallet_state)
self.strategy.ft_bot_start()
# Initialize protections AFTER bot start - otherwise parameters are not loaded.