txavier

Results 13 comments of txavier

I believe this issue is due to a new version of robin_stocks. I have corrected this in my fork.

I am also encountering this problem. It seems as though Angular used to recommend throwing an exception after your exception handling code is run (https://github.com/angular/angular.js/issues/14704). But now they have changed...

Hey, @cpasean and @shinwss try this out. #397 Change line 321 in orders.py from return order(symbol, quantity, "buy", None, None, timeInForce, extendedHours, jsonify) return order(symbol, quantity, "buy", None, None, None,...