On new beta version of MT5 and Python support

 

Hi,

I was wondering if anyone has tried the python support of the new BETA  MetaTrader 5 Client Terminal build 2055.

Specifically, In the

MT5Initialize( path=None      // path to the MetaTrader 5 terminal EXE file  )


can the path be a network location to another computer?


I am trying to have MT5 running on a windows 10 PC and python running on a much faster Linux computer and I want the two computers communicating.

At the moment I am using ZeroMQ (https://github.com/dingmaotu/mql-zmq) to interface the two computers and pass data but I thought maybe the new python integration migt be better.


Thanks

dingmaotu/mql-zmq
dingmaotu/mql-zmq
  • dingmaotu
  • github.com
This is a complete binding of the ZeroMQ library for the MQL4/5 language provided by MetaTrader4/5. Traders with programming abilities have always wanted a messaging solution like ZeroMQ, simple and powerful, far better than the PIPE trick as suggested by the official articles. However, bindings for MQL were either outdated or not complete...