1) Provide all the source code for the project 2) Write code that sends a simple example string from mql4, a metatrader 4 terminal to c#, using named pipes. 3) You will need to make a minimal example code of c#, that will be receiving this string, as proof that this solution is working. 4) If because of the way named pipes work, it is a file that needs to be written, then I expect a minimal text file with this simple string inside, and that this file will bge sent via named pipes to the c# part of the project.