darwinex / dwx-zeromq-connector

Wrapper library for algorithmic trading in Python 3, providing DMA/STP access to Darwinex liquidity via a ZeroMQ-enabled MetaTrader Bridge EA.
https://blog.darwinex.com/zeromq-interface-python-r-metatrader4/
BSD 3-Clause "New" or "Revised" License
344 stars 228 forks source link

EA not showing in MT5 #6

Closed Feli555 closed 5 years ago

Feli555 commented 5 years ago

Im putting the file in the experts folder, but it does not show up, and when I go to compile it it shows 100 errors when I change it to MQL5 image

integracore2 commented 5 years ago

Hi @Feli555 ,

This project supports MetaTrader 4 at the present time, not MetaTrader 5.

An MQL4 EA cannot be deployed directly to MT5 due to certain language and platform differences - hence the errors you’re getting.

Stay tuned - we are already working on a version for MQL5 and will update the GitHub repository when it’s complete and tested.

Many thanks for your interest!