We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daeeaae commit 4d771a0Copy full SHA for 4d771a0
Bot/TradeHandler.py
@@ -56,6 +56,7 @@ def start_listening(self):
56
57
def init_trades(self):
58
# self.strategies_dict = {s.symbol(): s for s in self.strategies}
59
+ self.strategies_dict = {}
60
for strategy in self.strategies:
61
sym = strategy.symbol()
62
0 commit comments