Robiemaan

Results 2 issues of Robiemaan

I'm running into several issues trying to get FEDOT set up on an M1 Mac. Are you guys planning on supporting Mac ARM?

Has anyone gotten the trailing stop loss function to work? ``` import robin_stocks as r login = r.robinhood.login([uname],[pw],expiresIn=1000000) sellorder = r.robinhood.orders.order_sell_trailing_stop(symbol='AAPL', quantity=1, trailAmount=5, trailType='percentage', timeInForce='gtc', jsonify=True) ``` It returns: ```...