(https://github.com/user-attachments/assets/e2187158-6f0a-4649-9b51-fe7cc02edbb2)
Simulator Project
This project simulates trading strategies on stock market data using Python. It includes a modular design with the following main components:
Install dependencies with:
pip install pandas numpy
Run the simulator with the GUI:
python Simulator.py
Simulator.py: Main simulation runner and entry point.Market.py: Market data handling.Portfolio.py: Portfolio management.Strategy.py: Trading strategies.Visualizer.py: GUI visualization (requires tkinter).Strategy.py.Simulator.py or via the GUI.MIT License.