jmfernandes / robin_stocks

This is a library to use with Robinhood Financial App. It currently supports trading crypto-currencies, options, and stocks. In addition, it can be used to get real time ticker information, assess the performance of your portfolio, and can also get tax documents, total dividends paid, and more. More info at
http://www.robin-stocks.com
MIT License
1.69k stars 459 forks source link

Documented function does not exist #207

Open edukaded opened 3 years ago

edukaded commented 3 years ago

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?

chuymtz commented 3 years ago

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: joshfernandes@mac.com
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.

edukaded commented 3 years ago

I'm on the current master branch. Search github, the function ain't here.