How to pass data from MT5 to a c++ program and vise versa?

 


How can I get data from MetaTrader5, pass it through a C++ program and do some processing on it, then send the result as some commands to MT5 to buy or sell?

 
rezaeee:


How can I get data from MetaTrader5, pass it through a C++ program and do some processing on it, then send the result as some commands to MT5 to buy or sell?

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

How to Exchange Data: A DLL for MQL5 in 10 Minutes
How to Exchange Data: A DLL for MQL5 in 10 Minutes
  • www.mql5.com
As a matter of fact, there are not many developers who remember exactly how to write a simple DLL library and what are features of binding different systems. Using several examples, I will try to show the entire process of the simple DLL's creation in 10 minutes, as well as to discuss some technical details of our binding implementation. We...
 
Thank you very much!
But may you explain more about this API? What part of the work I am interested i, can be competed by this API?
Reason: