I saw there are some MT4 API in .Net / c#, however, is there any API available in C++ and if anyone knows of it ?
1 Answer
<p id="isPasted">Yes, there is a C++ API available for MetaTrader 4 (MT4). While MetaQuotes did not officially provide a C++ API for MT4, a C++ wrapper for the MetaTrader 4 Manager API can be used. This wrapper allows you to interact with the MT4 Manager API from your C++ code. </p><p>Here's a more detailed explanation:</p><p>No official C++ API:MetaQuotes, the developers of MT4, didn't release a dedicated C++ API for direct access to the platform. Manager API:However, there is a Manager API available, which provides functionalities for managing and interacting with MT4. C++ wrapper:A C++ wrapper, like the MetaTrader4. Manager. Wrapper, …</p>