Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszbinden/mql-to-python-bridge
MetaTrader MQL to Python bridge
https://github.com/lukaszbinden/mql-to-python-bridge
Last synced: 19 days ago
JSON representation
MetaTrader MQL to Python bridge
- Host: GitHub
- URL: https://github.com/lukaszbinden/mql-to-python-bridge
- Owner: lukaszbinden
- License: mit
- Created: 2022-06-10T09:14:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T11:51:40.000Z (over 2 years ago)
- Last Synced: 2024-10-26T14:35:28.488Z (2 months ago)
- Language: MQL5
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mql-to-python-bridge
### MetaTrader MQL to Python bridge
Use MetaTrader as your trading platform but implement your strategy logic with the powerful Python ecosystem.### Short manual:
1) start python_server.py using Python (write your strategy logic using Python ecosystem)
2) use mq_client.mq4 as MetaTrader EA to forward OnTick() calls to python server for processing thereof (e.g. strategy using rigid logic, ML approach, etc).### Note:
- the socket calls from MQ space to python space are implemented as synchronous calls.
- you might need to change the protocol between the EA and the python server, e.g. it does not transfer history of feature values, just the current.Support is available on demand.