robin_stocks
robin_stocks copied to clipboard
Documented function does not exist
You've got a documented function...
robin_stocks.orders.order_trailing_stop(symbol, quantity, side, trailAmount, trailType='percentage', timeInForce='gtc', extendedHours=False)
It sounds lovely, but it's nowhere in the sources.
I see an attempt to create a version for the buyside trailing stop and it's all commented out. But this particular function never seems to have made it into the code. Can we get this added please?
edukaded,
what version are you using? Mine is
Name: robin-stocks
Version: 1.5.3
Summary: A Python wrapper around the Robinhood API
Home-page: https://github.com/jmfernandes/robin_stocks
Author: Josh Fernandes
Author-email: [email protected]
License: MIT
Location: c:\programdata\miniconda3\envs\algo_trade\lib\site-packages
Requires: pyotp, requests
Required-by:
and i do see this particular function. Maybe I've misunderstood the question.
I'm on the current master branch. Search github, the function ain't here.