Merge branch 'develop' into feat_readjust_entry

This commit is contained in:
eSeR1805
2022-04-30 13:39:23 +03:00
19 changed files with 97 additions and 46 deletions

View File

@@ -123,6 +123,8 @@ class FreqtradeBot(LoggingMixin):
self._schedule.every().day.at(t).do(update)
self.last_process = datetime(1970, 1, 1, tzinfo=timezone.utc)
self.strategy.bot_start()
def notify_status(self, msg: str) -> None:
"""
Public method for users of this class (worker, etc.) to send notifications