mirror trades MT4 <--> MT5?

 
Found using Named Pipes to mirror in MT5. Any code for MT4 around?
Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs
Communicating With MetaTrader 5 Using Named Pipes Without Using DLLs
  • 2012.10.15
  • MetaQuotes Software Corp.
  • www.mql5.com
Many developers face the same problem - how to get to the trading terminal sandbox without using unsafe DLLs. One of the easiest and safest method is to use standard Named Pipes that work as normal file operations. They allow you to organize interprocessor client-server communication between programs. Take a look at practical examples in C++ and MQL5 that include server, client, data exchange between them and performance benchmark.
 
ingvar_e:
Found using Named Pipes to mirror in MT5. Any code for MT4 around?
Search the mql4 forum and you will find it . . .
Reason: