Closed alexonab closed 5 years ago
This should resolve the below error.
File “algo.py”, line 143, in handle_trade_update positions[symbol] += qty TypeError: unsupported operand type(s) for +=: ‘int’ and ‘str’
@alexonab and @ttt733 Are you still managing this repo?
This should resolve the below error.
File “algo.py”, line 143, in handle_trade_update positions[symbol] += qty TypeError: unsupported operand type(s) for +=: ‘int’ and ‘str’