How to trade on MT4/MT5 using OpenCLAW?

 
Any solution?
 

By using the skills  

For example https://github.com/psyb0t/mt5-httpapi or https://github.com/Reno-Codes/MT5-Trading-Assistant

They are also available on skill hub

GitHub - psyb0t/mt5-httpapi: MetaTrader 5 running inside a real Windows VM (Docker + QEMU/KVM) with a REST API slapped on top for programmatic trading. No Wine bullshit, no janky workarounds - a legit Windows environment running the full MT5...
  • psyb0t
  • github.com
MetaTrader 5 running inside a real Windows VM (Docker + QEMU/KVM) with a REST API slapped on top for programmatic trading. No Wine bullshit, no janky workarounds - a legit Windows environment running the full MT5 terminal in portable mode. Supports multiple brokers and multiple accounts on the same VM simultaneously. Each terminal gets its own...
 
tdtsz:
Any solution?
MT4/MT5 cannot directly run something like “OpenCLAW” unless it’s integrated through a bridge. you don’t trade “with OpenCLAW inside MT4/MT5” you connect it to MT4/MT5 using an API or an Expert Advisor.
 

The Python script talks directly to your installed MT5 terminal through the official MetaTrader5 Python package.

Typical flow:

OpenClaw
    ↓

Python script MetaTrader5 Python API Local MT5 terminal Broker server

But MT5 terminal must be:

Installed
Logged in
Running locally
Connected to broker
Algo trading enabled
Symbol available in Market Watch


     

    I am posting an article about this, it'll be soon published (hopefully next week). It builds MCP server so you can connect almost any AI (Claude, ChatGPT, OpenClaw etc) 

    Hopefully it can help you out.