The project provides a platform for stock market analysis and virtual trading. Developed using the Flask framework, the application allows users to perform both fundamental and technical analysis of stocks and engage in virtual stock trading to test different strategies.
Dash is an open-source framework for building data visualization interfaces using Python.
Use the package manager pip to install requirements.
python -m venv NAME_OF_ENV
Activate the Virtual Envrionment
.\NAME_OF_ENV\Scripts\Activate
pip install -r requirements.txt
python dashapp.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.