Telegram-to-MetaTrader Copy Trading, Executed in Under a Second
Traders who follow Telegram signal channels either copy trades by hand - too slow for scalp signals - or rent a VPS and wrestle with fragile copier scripts. Signals arrive in every imaginable format, brokers name the same symbols differently, and one bad channel can blow through an account with no guardrails. When Blockmob instrumented the first version of the pipeline, a signal took roughly 10 seconds to reach the broker - an eternity in a fast market.
Parse free-form human signal messages - every channel formats entries, stop losses, and take profits differently
Cut signal-to-trade latency from a measured ~10 seconds to under one second
Connect to any user's MT4/MT5 account at any broker without manager rights or a VPS
Give every account its own copy rules, risk circuit-breakers, and broker-specific symbol mapping
Scale Telegram ingestion so one popular channel feeds thousands of subscribers without duplicate listeners
Let partners launch fully branded copies of the platform on their own domains - self-serve
Blockmob engineered MarketSync end to end. Parsing runs as a layered pipeline: a learned-signal cache answers repeat formats instantly, fast regex handles the common patterns in tens of milliseconds, and an LLM only steps in for low-confidence messages - with every failure captured for admin review and fed back into the pattern library. Execution latency got the same rigor: a code-level audit traced the ~10-second baseline to broker health-checks and sequential lookups sitting on the hot path, and the rebuild - background connection heartbeats, pre-warmed terminal sessions, Redis-cached lookups, collapsed queues, and a circuit breaker around the MetaTrader bridge - took live execution to under a second. Connectivity is deliberately client-side: MarketSync logs into the user's own account at any broker, with no manager or dealer rights required.
Each arrow represents a request, transaction, or data handoff through the live system.
Six tabs of control per MT account: copy settings, risk rules, layered entries, symbol mapping and enable/disable, and which signal sources feed it.
Regex for speed, LLM for the weird ones, and a learned cache that makes every channel's format instant after the first parse - with an admin review loop for anything that fails.
Every raw message, parsed result, and per-account execution is logged with tickets, broker return codes, and millisecond timings - traders see exactly what happened and why.
Curated signal groups with performance analytics, 10% recurring referral commissions paid in crypto, and a self-serve white-label program with automated domain setup.
Real products we've designed, engineered, and deployed.
Touch and drag left or right to explore.
Tell us what you're building. We'll scope it, price it, and ship it.