The MT4/MT5
broker
API
No terminal, no EA bridge. Your code calls our API, and we keep a lightweight direct connection to your broker — so you ship strategy, not infrastructure.
Free tier on demo accounts. Pro at $39/mo with 30 live accounts included — demo always free.
$ curl -X POST https://api.tickerall.com/v1/sessions \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"broker": "mt5",
"server": "$SERVER",
"account": $ACC,
"password": "$PASSWORD"
}'What you get
30 accounts included
Pro covers thirty broker accounts in the flat $39/mo, and adding more is cheap — our connection layer is lightweight, not a heavy server per account, so we pass the savings on. Most users never need more than thirty.
Live market data
Stream real-time ticks straight over the WebSocket — every bid and ask the moment your broker prints it. Push-based and low-latency, no polling. Wire your strategy to the live market in a few lines.
Historical candles
Pull years of OHLC candles across all nine timeframes — M1 through MN1 — from the same API you trade on. Backtest, chart, and warm up your models with no separate data feed to wire up.
Demo-first free tier
Build and test your strategy on demo accounts forever, for free. Upgrade to Pro when you connect a live broker. No card required to start.
How it works
Sign up
Email + password or Google. Land on the dashboard, generate an API key.
Connect a broker
POST your broker credentials at session start. We authenticate, you get an accountId.
Trade
Place orders, read positions, stream ticks. Your algo runs anywhere — we hold the broker connection.
🔒 We never save your broker password
You send it once when you connect. We use it to authenticate, then hold it in memory only while your connection is live — never saved to disk. Close the session and it's gone.
Run your accounts from Claude
TickerAll speaks the Model Context Protocol. Connect your broker accounts to Claude — web or desktop — or any MCP client, and drive them in plain English: check balances and positions, place and close trades, pull candles, and manage your whole pool.
Works on every account in your pool — demo or live.
Generate an MCP key
One click in your dashboard — Connect to Claude (MCP).
Add the connector
Point Claude at mcp.tickerall.com and paste your key.
Just ask
Show my open positions. Close my EURUSD trade. Pull BTCUSD H1 candles.
Prefer a chart? Open the Terminal
A full trading terminal, right in your browser — connected straight to your broker accounts. Live charts across all nine timeframes, one-click and full-ticket orders, and your open positions and history in one place. Demo or live.
Like what you see? Automate the same trades and data through the API.
Live charts
M1 through MN1, with drawing tools and per-theme styling.
Place orders
One-click trading or the full order ticket — market and pending.
Positions & history
Open positions, plus order and deal history, per account.
Nothing to install
Runs in your browser — and installs as a desktop & mobile app.
Pricing
Free tier on demo broker accounts forever. Pay only when you connect a live broker.
- ▸5 demo broker accounts
- ▸Unlimited demo orders
- ▸Historical OHLC candles (M1–MN1)
- ▸Real-time tick streaming (WebSocket)
- ▸30 live accounts included
- ▸+$2/live account beyond 30
- ▸Demo accounts always free
- ▸Unlimited real-account orders
- ▸Historical OHLC candles (M1–MN1)
- ▸Real-time tick streaming (WebSocket)
- ▸Custom SLA
- ▸Optional dedicated infra
- ▸Volume order pricing
- ▸Fat SDK option
- ▸Priority support
Pro overage past 30 live accounts: +$2/account (31–100), +$18/account (101–160), +$21/account (161–200) — demo accounts are always free. At 200+ accounts, switch to Enterprise. Demo orders uncapped on every tier.
Always-hot add-on — $1.99 / connection / mo · Pro plan
Available on Pro and Enterprise. Optional. Keep any connection live 24/7, auto-reconnecting — no warm-up on your next call. Off by default; turn it on per account (or account-wide) from your dashboard. Works on demo or live accounts.
What you'd pay
Building & backtesting
Up to 5 demo accounts
$0
Free forever
Going live
1–30 live accounts
$39/mo
up to 30 included
Active, multi-account
50 live accounts
$79/mo
$39 + 20 × $2 overage
Always-on bots
30 live + 3 always-hot
$44.97/mo
$39 + 3 × $1.99
Come see how we're doing
We're as reliable as your broker.
We sit between your code and your broker — and we keep that layer as thin as it gets: no terminal to crash, no EA bridge to maintain. See how reliable TickerAll really is, right now.
Ready to ship?
Make your first POST /v1/sessions in 5 minutes.
Or grab an official SDK — npm install @tickerall/sdk · pip install tickerall