added bot_start call to edge_positioning.__init__
This commit is contained in:
		| @@ -90,6 +90,8 @@ class Edge: | ||||
|                     self.config['exchange']['pair_whitelist'], list(self.exchange.markets))[0]) | ||||
|             except IndexError: | ||||
|                 self.fee = None | ||||
|              | ||||
|         strategy.bot_start() | ||||
|  | ||||
|     def calculate(self, pairs: List[str]) -> bool: | ||||
|         if self.fee is None and pairs: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user