Skip to content

Commit 87cbe55

Browse files
committed
add documentation page
1 parent 41075d2 commit 87cbe55

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<img src="https://img.shields.io/pypi/l/mqpy" alt="PyPI - License">
1212
</p>
1313

14-
A simple and efficient Python library for integrating with MetaTrader 5 (MQL5) for algorithmic trading.
14+
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.
1515

1616
## ⚠️ Important Notice
1717

@@ -45,6 +45,22 @@ mqpy --symbol EURUSD --file_name my_strategy
4545
- Simple integration with MetaTrader 5
4646
- Easy-to-use command line interface
4747
- Basic template generation for trading strategies
48+
- Support for various trading strategies:
49+
- Moving Average Crossover
50+
- RSI-based trading
51+
- Bollinger Bands strategies
52+
- Fibonacci Retracement patterns
53+
- Multi-timeframe analysis
54+
- Custom indicator integration
55+
56+
## Documentation
57+
58+
For detailed documentation, examples, and strategy explanations, visit:
59+
[https://joaopeuko.com/Mql5-Python-Integration/](https://joaopeuko.com/Mql5-Python-Integration/)
60+
61+
## Support
62+
63+
MQPy is a free and open-source project. If you'd like to support its development, consider becoming a sponsor.
4864

4965
## License
5066

0 commit comments

Comments
 (0)