https://github.com/odilson-dev/stock-picker
I'll implement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day.
https://github.com/odilson-dev/stock-picker
Last synced: 4 months ago
JSON representation
I'll implement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day.
- Host: GitHub
- URL: https://github.com/odilson-dev/stock-picker
- Owner: odilson-dev
- Created: 2023-09-16T15:45:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-17T12:50:47.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T20:52:44.774Z (5 months ago)
- Language: Ruby
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock-Picker
I'll implement a method #stock_picker that takes in an array of stock prices, one for each hypothetical day.It will return a pair of days representing the best day to buy and the best day to sell. Days start at 0.