Discussion of article "A DLL-free solution to communicate between MetaTrader 5 terminals using Named Pipes" - page 3

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
I also faced access violation errors when calling the methods writeTick, readTick... and so on. Find the fixed CNamedPipes file attached.
I also added the WriteDouble Method to the CNamedPipe Class:
Side Note: To read/write on Client Side (e.g from another Metatrader Terminal ), I just used the standard MQL5 FilePipe Library. Examples how to use them can be downloaded here:
https://www.mql5.com/en/articles/503