A simple stock trading system with various features. 📈
This system starts working and moves forward in a period of time when the required data is entered into it through the stock_market_data.csv file. The full description of the actions and general commands applicable in the program are mentioned in the Project_description.pdf file.📙 The program diagrams are created graphically with the associated libraries, so make sure you have all the requirements before running. All the optional features in the description file have been implemented.
The program requires Python 3.7 or higher to run. Also, be careful that the stock data file must be next to the executable file. With the following command, you can install the required libraries from requirements.txt file.
🔹win :
pip3.X install -r Requirements.txt🔹linux :
pip3.X install -r Requirements.txtRun the Market.py file using the following command.
python3.X Market.py