You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Based on my investigations of the MetaTrader 5 Python API, the interprocess communications seem to be via a named pipe “\\.\pipe\MT5.Terminal.“.
It is a pity, however, that the protocol used over this pipe is not publicly documented.
It would make it possible to develop APIs for other systems or languages, besides Python.
It really is frustrating why MetaQuotes makes it so difficult to integrate MetaTrader with other systems.