Platforms
- TradingView — flagship: AI chart analysis, alerts, execution via connected brokers.
- MetaTrader 5 (web) — Works on the MT5/MT4 WebTerminal your broker provides. For desktop MT5 we build custom bridges instead.
- cTrader (web) — Supports cTrader Web; cTrader Open API available for custom deep integrations.
- TradeLocker — Popular with prop firms; we implement consistency and daily-loss rules as hard guardrails. Prop-firm setup →
- DXtrade — Prop-firm friendly; guardrails enforce firm rules automatically.
- Match-Trader — Browser-native; suits prop-firm evaluation and funded accounts.
- Tradovate — Futures-focused; REST/WebSocket API available for custom low-latency builds.
- NinjaTrader — Native .NET / NinjaScript AI add-on for NinjaTrader Desktop (our specialty — TradingSoft has built NinjaTrader connectors for years); NinjaTrader Web via the Chrome extension.
- Interactive Brokers — Global multi-asset; Client Portal Web API for custom integrations.
- thinkorswim (web) — Stocks and options; Schwab Trader API for custom integrations.
- Binance — Web UI via extension; API keys for unattended custom bots.
- Bybit — Derivatives-focused; API available for unattended custom bots.
Why web platforms are easier to automate
A browser extension has a clean, structured view of the platform: it can read every value on screen, react instantly to changes and drive the platform’s own order forms. That is more reliable than screen-scraping a desktop app and needs no broker API in most cases. It also means one extension covers many platforms with a thin adapter per platform.
Your platform is not listed?
We add platforms based on demand and can build a private adapter for you. Use the form below and tell us which platform you trade on. Custom AI tools →
Automation carries risk. Nothing on this page is investment advice; every tool we build ships with position limits, a confirm mode and a kill switch, and you remain responsible for your trading decisions.