StockPivot
Given a stock symbol and margin balance, stockpivot will calculate tomorrow's possible long/short trades based on the following:
- stock's end of day closing
- buying power
- risk ratio
Installation
Install it yourself as:
$ gem install stock_pivot
Usage
$ stockpivot help trade
$ stockpivot trade AAPL 10000
Contributing
- Fork it ( https://github.com/scottvrosenthal/stock_pivot/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request