C# to C++ ?

 

writing automated trade strategies on other software platforms in C#, how would I import and use these in MT4? Either that or convert them to EA?

Is there help/documentation/steps for this procedure?

thanks.

 

How do I get responses from MT Staff?

Can I use C# syntax and coding for my algorithms inside MT 4 OR 5?

 
Jitterbug:

How do I get responses from MT Staff?

Can I use C# syntax and coding for my algorithms inside MT 4 OR 5?

No, you can't use C# in MT4 or MT5. You will need to do a complete rewrite of the C# code in MQL4/5.

You won't get assistance from MetaQuotes on this subject (other than the book etc posted on this site). You might possibly get some help from your broker, in the form of pointing you towards some third-party experts.

 

Thanks for the information!
 
If I'm not mistaken, you can use a C# DLL, so you don't need to pass most of the code to MQL.
Reason: