Refactor bot_start to separate function

to be reused further ...
This commit is contained in:
Matthias
2022-05-25 20:01:21 +02:00
parent 023f817179
commit 3e66275c98
5 changed files with 11 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class EdgeCli:
self.edge._timerange = TimeRange.parse_timerange(None if self.config.get(
'timerange') is None else str(self.config.get('timerange')))
self.strategy.bot_start()
self.strategy.ft_bot_start()
def start(self) -> None:
result = self.edge.calculate(self.config['exchange']['pair_whitelist'])