diff --git a/README.md b/README.md index f1cbeae..57b9688 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# Mql5-Python-Integration (MQPy) +
Current Version: v0.6.9
- -Welcome to the Mql5-Python-Integration project! This project facilitates the integration between MetaTrader 5 (Mql5) and Python, allowing for efficient algorithmic trading strategies. - -## ⚠️ TRADING RISK WARNING +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. -**IMPORTANT: Trading involves substantial risk of loss and is not suitable for all investors.** +## ⚠️ Important Notice -- Always use a **demo account** with fake money when testing strategies -- MQPy is provided for **educational purposes only** -- Past performance is not indicative of future results +Trading involves risk. Always: +- Use demo accounts for testing - Never trade with money you cannot afford to lose -- The developers are not responsible for any financial losses incurred from using this software - -## Table of Contents - -- [⚠️ TRADING RISK WARNING](#️-trading-risk-warning) -- [Table of Contents](#table-of-contents) -- [Project Update: Changes in Progress](#project-update-changes-in-progress) -- [Installation](#installation) -- [Usage](#usage) - - [Generate the File](#generate-the-file) -- [Missing Features/Good Practice](#missing-featuresgood-practice) - - [Delicate Metatrader5 Environment](#delicate-metatrader5-environment) - - [Alternative Libraries](#alternative-libraries) - -## Project Update: Changes in Progress - -🚧 **Work in Progress: v0.6.9** -This project is currently undergoing significant changes and improvements. The latest version is v0.6.0, and various enhancements are being made to provide a more robust and user-friendly experience. - -📌 **Previous Version: v0.5.0** -To access the code for the previous version, you can check it out at [v0.5.0](https://github.com/Joaopeuko/Mql5-Python-Integration/releases/tag/v0.5.0). +- Understand that past performance doesn't guarantee future results ## Installation -**Note: In order to use this package, you need to have MetaTrader 5 installed on a Windows system with Python 3.8 or later.** - -To install the package, you can use the following command: - ```bash pip install mqpy ``` -Make sure to fulfill the prerequisites mentioned above before attempting to use the Mql5-Python-Integration (MQPy) package. - -## Usage +## Requirements -Basic Usage +- Windows OS +- Python 3.8 or later +- MetaTrader 5 installed -Once installed, you can use the mqpy command to generate the boilerplate code. +## Quick Start -### Generate the File - -To create a template file for a trading strategy, use the following command: +Generate a trading strategy template: ```bash -mqpy --symbol