Our report, written in IEEE style
- Stock price prediction: using historical data to predict future stock price
- Trading bot: develop trading algorithm using technical analysis (buy/sell/etc)
- Short interest ratio: calculate short interest rate to help predict future stock price?
- Visualization of data: Graphs of various trends, box plots for outliers, bar graphs, direct comparison for certain variables, etc.
- Find and analyze correlation with (in)famous historical events? (ex: Great depression, 2008 Lehman brothers, WWII, 1971 Intel’s single chip microprocessor invention, COVID, 9/11, airplane crashes)
- python -m venv myenv (make a fresh virtual enviornment)
- pip install -r requirements.txt (to download dependencies onto venv)
- python -m flask run
Sean Chen
Kazuya Okamoto
Minji Yun