chore: schedule wallet_state capturing every night.
This commit is contained in:
@@ -172,6 +172,7 @@ class FreqtradeBot(LoggingMixin):
|
|||||||
self._schedule.every().day.at(t).do(update)
|
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: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()
|
self.strategy.ft_bot_start()
|
||||||
# Initialize protections AFTER bot start - otherwise parameters are not loaded.
|
# Initialize protections AFTER bot start - otherwise parameters are not loaded.
|
||||||
|
|||||||
Reference in New Issue
Block a user