A simulator designed to help users practice and develop their trading skills in a risk-free environment.
.png?raw=true)
The Trading Training Game is an educational tool that simulates real market conditions to help aspiring traders practice their strategies without risking real capital. The application provides an interactive environment where users can analyze historical market data, make trading decisions, and receive immediate feedback on their performance.
- Historical Market Simulation: Practice on real historical market data
- Real-time Analysis Tools: Technical indicators and chart patterns
- Performance Metrics: Track your trading performance with detailed statistics
- Risk-Free Environment: Learn and make mistakes without financial consequences
- Multiple Asset Classes: Practice trading stocks, forex, and cryptocurrencies
- Strategy Testing: Develop and refine your trading strategies
Get 3 api keys from twelvedata
# Clone the repository
git clone https://github.com/YoussefBechara/Trading-Training-Game.git
# Navigate to the project directory
cd Trading-Training-Game
# Install dependencies
pip install -r requirements.txt
# Run the application
python main.py- Launch the application
- Select the market and timeframe you want to practice on
- Use the available tools to analyze the market
- Make buy/sell decisions based on your analysis
- Review your performance after each trading session
- Python 3.8+
- Pandas
- NumPy
- Matplotlib
- Tkinter (for GUI version)
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Youssef Bechara - youssefbechara.ap@gmail.com
Project Link: https://github.com/YoussefBechara/Trading-Training-Game
- Thanks to all contributors who have helped shape this project
- Inspiration from real trading platforms
- Open-source community for various libraries used in this project