Menu

pyMQL

Janek

Introduction

pyMQL makes it possible to use Python to write expert advisors for Metatrader. Metatrader has its own MQL language, but it's all messed up and grumpy...

Installing

Installing is quite easy:
1. Place pyd file in MetaTrader\experts\libraries
2. Place pyMQL in MetaTrader\experts
3. Place MQL2Python in MetaTrader\experts\include

in python file you need to include path to the pyd file:

:::python
import sys
sys.path.append('path to MetaTrader/experts/libraries')

Future plans

Well the API is not yet complete, but if I see any interest in this project I'm gonna finnish it.

There's also a simulation part, that lets you check EA without using Metatrader. It's all complete, but needs some attention.

The documentation is gonna show up... hm.. yeah..


Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.