Skip to content

Terminal IPC

The local inter-process communication channel the native MetaTrader5 Python package uses to talk to a running MT5 terminal on the same machine. It is not a network API, which is exactly why the package is Windows-bound and needs the terminal alive beside it.

First used in Lesson 3.1 · MT5 + Python architecture — the lesson that makes this term real.