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
341 stars 227 forks source link

Can I just rename DWX_ZeroMQ_Server_v2.0.1_RC8.mq4 to .mq5? #14

Closed mariosuences closed 5 years ago

mariosuences commented 5 years ago

I have changed the .mql4 to .mql5 to be able of work with mt5 but there are around 100 error when compile

integracore2 commented 5 years ago

Hi @mariosuences ,

You cannot simply rename a .mql4 to a .mql5 unfortunately... they are two different programming languages in the eyes of MetaTrader.

The DWX ZeroMQ Connector EA is written for MetaTrader 4, and will not work on MetaTrader 5 without modification for MQL5.

Hope that helps answer your question.