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