A Python library that wraps the MetaTrader5 API using a server-client architecture, enabling MetaTrader5 operations (e.g., account info, market data, orders) on Linux systems where the official MetaTrader5 package cannot be installed. Version 1.0.3 is stable but lightly maintained; no major release cadence.
pip install mt5linuxVerified import paths — ran on the pinned version, not inferred.
Connect to an existing mt5linux server and fetch account info.
Install and launch the mt5linux server on a Windows machine with MT5. Then connect from your Linux client.
Refer to the mt5linux README or source code for available client methods.
Consider forking or using alternatives (e.g., MT5 via Wine + pywinauto or the official MetaTrader5 package if on Windows).