added bot_start call to edge_positioning.__init__

This commit is contained in:
Sam Germain 2022-04-25 17:32:48 -06:00
parent e09b4498fa
commit e76c6e8ad3

View File

@ -91,6 +91,8 @@ class Edge:
except IndexError:
self.fee = None
strategy.bot_start()
def calculate(self, pairs: List[str]) -> bool:
if self.fee is None and pairs:
self.fee = self.exchange.get_fee(pairs[0])