
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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