Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LichAmnesia authored Nov 4, 2019
1 parent d871011 commit e3dfb65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ If this is your case, use this to login and then enter your SMS code to the cons
my_trader = Robinhood()
my_trader.login(username="username", password="password")

[![Join the chat at https://gitter.im/J-Robinhood/Lobby](https://badges.gitter.im/J-Robinhood/Lobby.svg)](https://gitter.im/J-Robinhood/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Python Framework to make trades with Robinhood Private API.
See this [blog post](https://medium.com/@rohanpai25/reversing-robinhood-free-accessible-automated-stock-trading-f40fba1e7d8b).

## Current Features
- Placing buy orders (`Robinhood.place_market_buy_order` and `Robinhood.place_limit_buy_order`)
- Placing sell order (`Robinhood.place_market_sell_order` and `Robinhood.place_limit_sell_order`)
Expand Down

0 comments on commit e3dfb65

Please sign in to comment.