Communication between different MT4 platforms

 

Dear friends,

I have built an arbitrage EA that is ran on different Mt4 platforms. These EAs save timestamps and prices into the hard disk, which the other platform reads.

Is there a more efficient way to communicate these two platforms that doesn't involve writing files to the hard drive every single tick?

Thanks in advance for your guidance.

- A.

 
flaab: Is there a more efficient way to communicate these two platforms that doesn't involve writing files to the hard drive every single tick?
Search named pipes and quick channel
 
WHRoeder:
flaab: Is there a more efficient way to communicate these two platforms that doesn't involve writing files to the hard drive every single tick?
Search named pipes and quick channel
Thanksss
Reason: