API connection to Meta Trader 4 (MT4). want to connect with .NET DLL from Ninja and send order to MT4

 

Hello,

I think that the subject tells it all.

I wish to know if MT4 allow API connections.

I will need an MT4 DLL, and reference it in my .NET environment, then build a DLL with function that will manage to send order (by code) to MT4, then build this functions in to DLL and add it to Ninja, then let a Ninja application trigger and manage positions inside Meta Trader.

 

let me know if and how it is possible.

You cannot tell me it is not possible, otherwise (why MT is considered to be good software).

 

Best Regards,

Isaac 

 

let me know if and how it is possible.


Sure it is possible! You just have to code it or find someone who does it for you.
 
gooly:
Sure it is possible! You just have to code it or find someone who does it for you.

I don't have a problem with "Code It".

Where is the documentation?

Where from to download the API DLL?

I did not see if on the site, even when I searched API.

Thank you. 

 

You won't find anything here about how to code the dll, the Ninja or the  .NET-code.

here you find only examples to call a dll-function - e.g. windows kernel32.dll-functions using #import...

Another option might be a socket- or a named-pipe-connection?

Reason: