Command line interface (CLI) for parsing stock market data.
Sucessor to previous project: http://github.com/petosa/Cross-Of-Gold
- • Maintains a list of valid stock symbols in a MongoDB collection.
- • Pulls raw stock data to a MongoDB collection.
- • Parses stock data to trade signals. So far, there is support for X-day simple moving averages (SMAs) and intersection points.
- • Displays stock data on a line graph.