Real-time MT5 monitoring
Live P/L, balance, equity, and smart alerts streamed straight from your MetaTrader 5 accounts — all in one place.
Everything you need to watch your accounts
Built for prop traders, fund managers, and independent traders who need real-time visibility into their MT5 accounts — data and alerting come first, the rest gives you the full picture.
- Real-time
Real-time MT5 Monitoring
Live P/L, balance, and equity streamed straight from your MT5 accounts.
- Instant
Smart Alerts
Configurable Telegram and webhook notifications fire the moment your triggers hit.
Spread Monitoring
Track average spread per symbol so broker conditions never surprise you.
Performance Charts
P/L curves, equity curves, and win-rate visuals for every account.
API Access
Programmatic access to your account data — see the API section below for details.
Built for developers and quants
Programmatic access to your trading data — integrate tramiro into your own tools, dashboards, and automation.
- REST API for accounts, positions, equity, and alerts.
- Authenticate with an App ID + App Secret exchanged for a short-lived JWT token via the API.
- JSON responses, predictable endpoints, no SDK lock-in.
curl https://api.tramiro.com/api/1.0/trading-platform-instances \
-H "Authorization: Bearer $TRAMIRO_JWT"