zipline-live / zipline

Zipline-Live, a Pythonic Algorithmic Trading Library
http://www.zipline-live.io/
Apache License 2.0
394 stars 65 forks source link

Added Robinhood broker class #79

Closed rigoorozco closed 6 years ago

rigoorozco commented 6 years ago

In order to make the Robinhood class I modified main.py to not need the broker-uri when Robinhood is selected. I added the 'rh' directory in brokers. This includes the modified Robinhood API and the modified pyEX API so they can be installed with zipline. I also added the google bundle downloader which is still a little buggy.

I've done a good amount of testing to see if all the functionality works, but I could use some help.

tibkiss commented 6 years ago

Thank your for your contribution. Unfortunately additional work needs to be done before we can merge it. I still haven't got through completely, will need at least one-more pass to better understand what's going on. Meanwhile: could you please address my comments, rebase your branch and fix the flake8 & testcase failures? Thank you!

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.005%) to 86.435% when pulling 2ae0308891ce2cbb2b5b805f11d39f1494198298 on rigoorozco:master into 016fa8f47dd39be29df43071d330c9cb23299dc7 on zipline-live:master.