Skip to content

Commit 4d771a0

Browse files
committed
Fixed strategies dictionary invalidation
1 parent daeeaae commit 4d771a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Bot/TradeHandler.py

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def start_listening(self):
5656

5757
def init_trades(self):
5858
# self.strategies_dict = {s.symbol(): s for s in self.strategies}
59+
self.strategies_dict = {}
5960
for strategy in self.strategies:
6061
sym = strategy.symbol()
6162

0 commit comments

Comments
 (0)