Работа завершена
Техническое задание
I am working to do a Algorithm to copy Trades from MT5/MQL5 into Alveo/C# FrameWork, I already
have the simple base on both sides (See attachment)
And I am looking for a programmer to
implement the "Named Pipes" portion of it, to make 1 algorithm listen to the other algorithm.
If
you are a C# and MQL5 Programmer, should take you max 30 min to do this job. If you are not, it could take forever.
What
is EXPECTED as Success on this Code Snipped:
When a Trade is Placed on MT5 running this
algorithm OnTradeTransaction Event Handler, the other side, on the C# Platform, I want to see the contents of this 3 Variables printed on the
console screen using print() command: "Trans", "request","result".
Meaning: I want to use
3 variables from MT5, into ALVEO C#.
The Platform running the C# API is Alveo from apiary fund, code base is here: https://apiaryfund.com/alveo/codebase/ and you can also find it on GitHub