MQL, CPP and other implementations

 

Hello there,


I'm trying to do a little software to handle myself with other implementation (in other words go out from my safety zone), therefore, i'm trying to create an expert advisor which will be my base to create an api in c++ and then get all i need to have to create my software, in the beginning i just want to get the actual prices of the chart, but then, here's one problem, i really don't know how to link my "software" to the robot, so i come to ask you guys, do you know ?


Matthieu

 

I'm currently working on such a tool but it's still in dev

https://www.mql5.com/en/blogs/post/733860

it works in both direction but not yet compliant to windows system

Remains for you the DLL option : 

https://www.mql5.com/en/articles/18

 
Icham Aidibe:

Remains for you the DLL option : 

https://www.mql5.com/en/articles/18

Yeah, i know that DLL thing but i don't want to code in CPP particularly, just want to implement as i said the EA in the soft, but i guess i need to dev this thing such as you do, just wanted to know if there was an official procedure, thank you, your link to your project is very interesting ^^'