How it works
From market data
to your broker, in five stages.
Nothing here is a black box. Each stage has an owner, an audit trail and a failure mode — and the whole chain stops honestly when its inputs are not real.
Curate the universe
The admin maintains the Global Symbol List — the single source of truth for what the platform researches. Symbols, markets, spread policies, execution-buffer policies, TTLs and broker mappings all live here. Nothing about the universe is hardcoded anywhere else.
Feed real market data
The Admin EA on MT5 and Admin Broker API connections stream live quotes, OHLC bars and full instrument metadata into one central store. Every source runs a visible pipeline: authentication → instrument discovery → symbol mapping → quotes → OHLC → data stored → AI ready. Without a verified admin source, the engine stops — no fallback, ever.
Research, validate, benchmark
AI agents and registered strategies study the central data. A 25-point risk checklist validates every candidate. Each signal is benchmarked on the central paper engine — reference price, simulated entry, spread, slippage and P&L recorded.
Publish once, deliver everywhere
One canonical master signal per opportunity: entry zone, stop, take-profit ladder, time-to-live, confidence, strategy — plus the adaptive spread and buffer policies. It is delivered independently to every eligible client through an idempotent per-account ledger.
Validate and execute locally
Your Client EA or API connection resolves the canonical symbol at YOUR broker, then checks market hours, session, live spread against policy, the execution zone, volume, margin and broker stop distances. Only then is an order placed — and the exact outcome flows back to the central ledger.
Two rules that never bend. The admin side can never place a real trade, and the client side can never generate a signal. Both rules are enforced server-side and audited — not by convention.