Bring your own data feed directly into TLADe's charts — no extra subscriptions, no redistribution.
If you have TWS, NinjaTrader, ATAS, or a Rithmic account open, your data flows into TLADe automatically. Everything stays on your machine.
The bridge runs locally on your machine. It connects to your broker's API, converts tick data into candles, and pushes them to TLADe via localhost. No cloud, no latency, no data fees.
Connects to TWS or IB Gateway via the official IB API. Streams ES and NQ with tick-accurate volume. Requires an active TWS or Gateway session on the same machine.
Direct R|Protocol connection. Works with any Rithmic-powered platform — prop firms, funded accounts, and retail brokers. All 16 supported systems:
Feed-agnostic bridge for NinjaTrader 8. A C# indicator inside NT8 captures candle data and forwards it to a lightweight Python relay. Works with any data provider connected to NT8.
Full bundle for the ATAS Platform: a Bridge that streams candles plus tick-level order flow (ask/bid volume, delta) to the TLADe terminal, and the two on-chart indicators — GEX Dashboard and Quantum Field Ladder. Works with Rithmic or CQG via ATAS. If you only need on-chart levels without the bridge, use the standalone indicators in the terminal's Indicator modal instead.
No CQG bridge exists yet. If you have CQG API access and want to build one, the protocol is 4 endpoints. PRs welcome.
7497 (paper) or 7496 (live).python bridge_ib.py. It connects to TWS and starts streaming ES/NQ..env.example to .env. Fill in your Rithmic credentials and select your system (e.g. Apex).python bridge_rithmic.py. It authenticates via R|Protocol and streams ES/NQ.The bridge protocol is intentionally simple: push candles, push daily bars, heartbeat, and status. Fork it, build it, ship it. If you build a bridge for a new platform, open a PR and we will merge it.