Expert Advisor in C++

 

Hi,

I am a competent programmer, but new to Meta Trader. I have an algorithm implemented in C++ (on Windows) and would like to use it to trade automatically. The question is whether it is possible to use it somehow (as a DLL for example, but interested in any solution) without completely re-implement it in MQL. Anyway, it is not based on the usual indicators, so they do not help much.

If yes - how can I make it? Is there a guide on the net somewhere?

Thank you

 
You will most likely have to code some of it in MQL4, sending orders for example, if you are experienced in programming you will pick up MQL4 pretty quickly . . read the book: https://book.mql4.com//
Reason: