Control MetaTrader from Your Phone: Remote Trade Management
You are out for dinner. Your phone buzzes — a trade you set up this morning is hitting your target. You need to take partial profit and move your stop to breakeven. But your laptop is at home, MetaTrader is running on it, and you are not going to rush back for this.
So you pull out your phone, open the trade manager, tap two buttons, and go back to your food. The terminal on your desktop executes the commands in under 200ms. Done.
How It Works
Three pieces:
- Desktop bridge: A small app runs on the same machine as MetaTrader. It connects to MT4/MT5 via a local Expert Advisor. The bridge talks to your terminal over a local WebSocket — under 10ms latency.
- Cloud relay: The bridge maintains a connection to a cloud server. This relay carries trade commands and account data. It does not carry your broker password, login, or server address.
- Mobile app: Your phone connects to the same relay. Tap "Buy" and the command flows: phone → cloud → bridge → MetaTrader. The whole round trip is usually under 200ms.
What You Can Do from Your Phone
This is not just a monitoring app. You get full control:
- Plan trade: Set entry, SL, TP on your phone. The app calculates lot size from your balance, risk %, and stop distance. Confirm and the trade opens on your desktop MT.
- Execute: One-tap buy/sell with pre-calculated lot sizes. No typing lot sizes manually.
- Manage: Partial TP, auto break-even, trailing stops, close half, close all, equity guard — all from the phone.
- Monitor: Real-time balance, equity, open positions, P&L. What your desktop sees, your phone sees.
The Security Question
Every trader asks this, especially prop firm traders. Here is what does and does not travel through the cloud:
- Through the cloud: Trade commands (buy/sell/close/modify), account data (balance, equity, positions), settings
- Never leaves your machine: Broker server, login, password, investor password
The bridge authenticates with the cloud using a signed token. If someone intercepted the traffic, they would see trade commands but could not access your broker account. Your residential IP stays local. The prop firm sees trades from your machine, not a cloud server.
The whole point of this architecture is that your broker connection never leaves your machine. The phone is just a remote control — the actual execution happens on your desktop.
What You Need
- MetaTrader 4 or 5 running on a desktop or laptop
- The desktop bridge installed on the same machine
- A phone (iOS or Android) with the trade manager app
- The desktop stays on — phone off? Desktop still trades. Desktop off? Phone cannot execute.
No VPS needed. No remote server. Everything runs on hardware you own.
ChartWise: Phone for the trade. Desk for the journal.
Plan, execute, and manage MetaTrader trades from your phone. Terminal stays on your desktop. Broker credentials never leave your machine.
Request Early AccessThe Short Version
- Remote MT control = phone app + cloud relay + desktop bridge
- Broker credentials never leave your desktop
- Full control: plan, execute, manage, monitor — all from the phone
- Desktop must stay on — the phone sends commands, not direct broker connections
- Prop-firm safe: residential IP and broker connection stay local
- Round trip latency: typically under 200ms