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

  1. Fork it ( https://github.com/scottvrosenthal/stock_pivot/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request