-
Is there a way to add the CustomFactor functionality from Quantopian?
-
Future enhancement question:
Any intention of adding Robinhood as an exchange so zenbot can be used to trade stocks available on their exchange as well?
-
Is anybody working on integrating Cryptocurrency functionality? I know that it is (or was) supported in the Python RH repository (https://github.com/mstrum/robinhood-python). However, I haven't been a…
-
Must research options for how to do this and also consider performance. Don't want to execute trades 1hr after making them.
cvano updated
12 months ago
-
On version 1.0.0.7, I am able to use the following code to successfully grab historical data for a given stockTicker like "ATVI"
> history = r.get_historicals(stockTicker,span='year',bounds='regula…
-
i wrote an app that gives correct profit per stock/crypto (not yet options as I don't have options)
https://github.com/bhbmaster/rhood
I provide my credentials in a file called "creds". this fil…
-
I was looking into getting around the 2FA prompt (which prevents me to automate the startup).
But I think this pyrh issue has a good answer https://github.com/robinhood-unofficial/pyrh/issues/221 .
…
-
This has been working for me successfully until today. Now I am getting the following error.
![image](https://user-images.githubusercontent.com/16807563/57259977-411d8580-7027-11e9-98ef-fc92bd9de2…
-
Hi robin_stocks team,
I was trying to retrieve watchlist information from my account, however, it is not possible to get any information on any watchlist except for the 'Default' watchlist.
Usin…
-
Tried to use the docker approach on MAC OS but the login form is not working.