Team36 Stock market project
There are three part in this poject:
- Stock Market data collection and visualization.
- Stock Market data dashboard
- Stock Market data prediction
How to run the program:
- Load all java files to your project in Eclipse
- Add .jar files contained in lib folder in github to referenced libraries in eclipse as External JAR
- Open StockMarketRunner.java - click run
- Navigate through all of the options that you want to see
- Make sure to check out our key features including: real-time stock price data for ANY stock you would like to view, Line chart showing past 3 years of the close price data for your selected stock, a print out of the daily/yearly stock close price history, and a price predictor that will predict the stock price and show in a line chart for next seven days.
- NOTE - you may need to add JUnit5 library to build path. JunitTest class contains 16 different test cases to validate the behavior and various methods of our program (one note - we were getting conflicting test success using \r\n or \n for the end line in the output validation - we used \r\n but may depend on operating system)
Documents and files uploaded.
- The CRC.pptx is included for the original class design.
- Java classes
- JunitTest - 16 different Junit test cases
- Lib folder containing .jar files to reference
- Project Summary .txt file
- README file