StockSim is an interactive stock market simulation platform designed to provide users with a hands-on experience in trading and portfolio management. Built with a focus on realism and performance, it allows users to practice trading strategies in a risk-free, dynamic environment.
- Real-time Market Simulation: Experience price fluctuations driven by simulated market events.
- Portfolio Management: Track holdings, view profit/loss statements, and manage virtual capital.
- Interactive Charts: Visualize asset performance over time with detailed graphical representations.
- Multi-Asset Support: Trade a variety of assets including stocks and cryptocurrencies.
- Intuitive UI: A clean, user-friendly interface designed for all experience levels.
- Core Logic: C++ / Python
- Graphics/UI: SFML / Qt Framework
- Data Storage: JSON / CSV
Ensure you have the following installed:
- A compatible compiler (GCC, Clang, or MSVC)
- CMake (version 3.10 or higher)
- Relevant dependencies (SFML or specific Python libraries as per
requirements.txt)
-
Clone the repository:
git clone [https://github.com/RXN-Studios/StockSim.git](https://github.com/RXN-Studios/StockSim.git) cd StockSim -
Build the project:
mkdir build && cd build cmake .. make
-
Run the application:
./StockSim
- Launch the Simulator: Open the executable to enter the main dashboard.
- Search Assets: Use the search bar to find specific stock tickers.
- Analyze & Trade: View the price charts and use the Buy and Sell buttons to execute trades.
- Monitor Portfolio: Check the "Portfolio" tab to see your current positions and net worth.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
RXN-Studios Project Link: https://github.com/RXN-Studios/StockSim