The example of using the Named Pipes in MetaTrader 4 – script MetaTrader 4

The example of using the Named Pipes in MetaTrader 4 - script for MetaTrader 4
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. Between read and write operations is strongly recommended to set FileFlush() and FileSeek() to the beginning of … Read more