Skip to content

Commit

Permalink
small fixes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
milancurcic committed Apr 11, 2016
1 parent 5a6a7c4 commit b4636cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Robinhood
Python Framework to make trades with Robinhood Private API
See Blog Post: https://medium.com/@rohanpai25/reversing-robinhood-free-accessible-automated-stock-trading-f40fba1e7d8b
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_buy_order`)
Expand All @@ -23,7 +23,7 @@ See Blog Post: https://medium.com/@rohanpai25/reversing-robinhood-free-accessibl
buy_order = my_trader.place_buy_order(stock_instrument, 1)
sell_order = my_trader.place_sell_order(stock_instrument, 1)

####Data returned
###Data returned
* Quote data
+ Ask Price
+ Ask Size
Expand Down

0 comments on commit b4636cf

Please sign in to comment.