What is aiomql?


aiomql is a Python framework for building algorithmic trading bots on top of
MetaTrader 5. Rather than writing raw MT5 API calls and managing connection boilerplate, aiomql gives you:



An async-first MetaTrader 5 interface — every MT5 function wrapped with
asyncio.to_thread and automatic reconnection on transient...