user_123 is right, using recent MT4 builds, ExtPipe.Open function ( <Files\FilePipe.mqh> provided and included in MT4 ) always return INVALID_HANDLE
Why leaving <Files\FilePipe.mqh> included file if they are not working anymore with latest build ?
kariboo92:
You can't use MT4/MT5 as a server, only as a client.
user_123 is right, using recent MT4 builds, ExtPipe.Open function ( <Files\FilePipe.mqh> provided and included in MT4 ) always return INVALID_HANDLE
Why leaving <Files\FilePipe.mqh> included file if they are not working anymore with latest build ?

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
Dear Community,
I try using the Named Pipes to exchange data between two terminals. Unfortunately, I can not get it to work.. I've already read most of the entries in this forum regarding Named Pipes but found nothing suitable.
I can not find the error or problem in my code. I use the script "MyPipeWriter" in first terminal and the script "MyPipeReader" in the second terminal.
The function:
delivers all the time an invalid handle.
I would be very grateful if someone could give me a advice what I'm doing wrong. I try this in the MT4.
Thank you for your help!