pyMQL Wiki
Brought to you by:
johnik
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 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')
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..