Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muaazsaleem/stock_picker
A small ruby method that figures out the best days to bey and sell stock from an array
https://github.com/muaazsaleem/stock_picker
Last synced: 23 days ago
JSON representation
A small ruby method that figures out the best days to bey and sell stock from an array
- Host: GitHub
- URL: https://github.com/muaazsaleem/stock_picker
- Owner: muaazsaleem
- Created: 2014-08-26T04:01:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-26T04:03:17.000Z (about 10 years ago)
- Last Synced: 2023-08-23T14:32:55.158Z (about 1 year ago)
- Language: Ruby
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Stock Picker
stock_picker is a method that takes in an array of stock prices, one for each hypothetical day. It should return a pair of days representing the best day to buy and the best day to sell. Days start at 0.
via (the Odin Project)[http://theodinproject.com]