Mirror MT4 <-> MT5

 

Looking for mirror MT4 -> MT5  and  MT5 -> MT4

Any suggetstions?

 

  Thanks!  But.

  I can not use files, different servers. That also excludes Named Pipes. So it is IP communication. I only need to send Entry price, SL, TP and size. The MT4 EA handles the rest.

 The whole thing should be asynchronous since the receiver needs to do other work. Tried to find some article or sample running  IP,  I am sure I saw it in MT4 forum some years back but can not find it

 
ingvar_e:

Looking for mirror MT4 -> MT5  and  MT5 -> MT4

Any suggetstions?

   Found it!

  https://www.mql5.com/en/code/169

  https://www.mql5.com/en/code/9296

Working with sockets in MQL5
Working with sockets in MQL5
  • votes: 12
  • 2010.08.16
  • Andrey Voytenko
  • www.mql5.com
This library will allow you to tranfser realtime quotes from MetaTrader 5 to external server application.
Reason: