MetaRPC MT5 Python โ Overview¶
Welcome to the MetaRPC MT5 Python docs. This page gives a fast, structured entry point.
๐ข Start here¶
Getting Started¶
Environment setup, credentials in .env
, first run, and basic checks.
๐ก Project guides¶
Project Map & Layers¶
How pieces fit together, layered responsibilities, and boundaries.
Architecture & Data Flow¶
From request to result: calls, streams, and data transformations.
๐ด low level Walkthrough¶
Examples โ quick start¶
-
Base example ยท Step number one
Steps 1โ6, 6fโ6j, 8 (connect, symbols, params, orders snapshot, history)
Open โ -
Base example ยท Step number two
Steps 7โ10a (positions total, orders/positions history, DOM, DOM scan)
Open โ -
Base example ยท Step number three
Steps 11โ16e (trading & streaming)
Open โ