Skip to content

supernova-Z313/Stock_Trading_system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Trading system 💹

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.

Requirements 🔧

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.txt

Get Started🚀

Run the Market.py file using the following command.

python3.X Market.py

About

A simple stock exchange trading system with simulated data from 2010 to 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages