I developed this library to simplify the process of creating an Expert Advisor in MQL5. While developing in MQL5 can be complex, the same task is more streamlined in Python.
Project description
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.
Table of Contents
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.
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:
pip install mqpy
Make sure to fulfill the prerequisites mentioned above before attempting to use the Mql5-Python-Integration (MQPy) package.
Usage
Basic Usage
Once installed, you can use the mqpy command to generate the boilerplate code.
Generate the File
To create a template file for a trading strategy, use the following command:
mqpy --symbol <Symbol> --file_name <File Name>
Please change <Symbol>
and <File Name>
to the desired values. For example:
mqpy --symbol EURUSD --file_name demo
Missing Features/Good Practice
This library has been in existence for several years and was designed to be simple and straightforward. While there are plans to enhance it with features such as logging and other components to improve its overall quality, there are considerations specific to the nature of the Metatrader5 library.
Delicate Metatrader5 Environment
Metatrader5 operates within a highly restrictive environment, and certain practices that may be considered best practices in other contexts might cause trouble for newcomers in software development, which is the main focus of this library. For the sake of simplicity and ease of use, the library currently retains some practices that may not align with conventional best practices.
Alternative Libraries
For users seeking a more advanced library with a similar concept, consider exploring the following alternative:
metatrader5EasyT: A more advanced library that aligns with best practices while providing a similar user-friendly approach. It is also available on PyPI.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file mqpy-0.6.9.tar.gz
.
File metadata
- Download URL: mqpy-0.6.9.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4a0af82b280c06066326617042a18e49204eea799f7b34f5720062f457dd37b |
|
MD5 | bca11bd71cedd031c99f025812985a19 |
|
BLAKE2b-256 | 8638a3baa627f9b6a34935ba8910e4b46af7cd03cfdca96bee72beb13e955c56 |
Provenance
File details
Details for the file mqpy-0.6.9-py3-none-any.whl
.
File metadata
- Download URL: mqpy-0.6.9-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 917b20ff7e7474a5bae63b1ef04e72e6ab24129d1579b14ea17624a381f19e9f |
|
MD5 | 306bc223abc06fbaa95c005ff55e4b49 |
|
BLAKE2b-256 | d5d9187e9f073e069406a36e557f5565e1a285510febbfb7acfe6f8145d30e96 |