What is TickerAll?
TickerAll is a hosted broker API for MetaTrader 4 and MetaTrader 5 accounts. Instead of running an EA bridge or keeping a terminal open, your code calls a REST and WebSocket API while TickerAll maintains a lightweight direct connection to your broker.
Core capabilities
- Broker sessions — Authenticate with broker credentials via
POST /v1/sessionsand receive an account ID to trade against. - Live market data — Stream real-time bid and ask ticks over WebSocket, push-based with no polling.
- Historical candles — Pull OHLC data across nine timeframes, from M1 through MN1, from the same API used for trading.
- Order management — Place market, limit, and stop orders with stop-loss and take-profit, plus close and modify positions.
- Official SDKs — Available for npm (
@tickerall/sdk) and PyPI (tickerall).
Ways to connect
- TradingView webhooks — Route alerts straight to a broker account without a VPS or EA.
- Generic webhooks — POST JSON trade commands from scripts, Zapier, or your own backend.
- Telegram & Discord — Check balances, positions, and orders, and place trades from chat.
- Claude / MCP — Connect accounts through the Model Context Protocol and operate them in plain English.
- Copy Trading — Mirror a master account to followers with per-account sizing and risk limits.
- Web & desktop terminal — Chart, place orders, and review positions and history in the browser or as an app.
Pricing at a glance
Demo accounts are free forever. Live automation starts at $3.99 per account for 1–10 accounts, or $39/month for Pro with 30 live accounts included. Always-hot 24/7 sessions are included on Pro and Enterprise, or $0.99 per connection on Trader.
Security note
Broker passwords are used only to authenticate and are held in memory while a session is live — never written to disk unless an opt-in remembered-credentials feature is enabled, in which case they are stored encrypted.

