A Python library designed to simplify the process of creating Expert Advisors for MetaTrader 5. While developing directly in MQL5 can be complex, MQPy provides a more streamlined experience using Python.
Trading involves risk. Always:
- Use demo accounts for testing
- Never trade with money you cannot afford to lose
- Understand that past performance doesn't guarantee future results
pip install mqpy
- Windows OS
- Python 3.8 or later
- MetaTrader 5 installed
Generate a trading strategy template:
mqpy --symbol EURUSD --file_name my_strategy
- Simple integration with MetaTrader 5
- Easy-to-use command line interface
- Basic template generation for trading strategies
- Support for various trading strategies:
- Moving Average Crossover
- RSI-based trading
- Bollinger Bands strategies
- Fibonacci Retracement patterns
- Multi-timeframe analysis
- Custom indicator integration
For detailed documentation, examples, and strategy explanations, visit: https://joaopeuko.com/Mql5-Python-Integration/
MQPy is a free and open-source project. If you'd like to support its development, consider becoming a sponsor.
This project is licensed under the MIT License - see the LICENSE file for details.