Commercial Agentic Trading Products
Mid-2026, a handful of live commercial products put an LLM or AI agent in front of a real brokerage account — and they differ enormously in what “agent” actually means: a research assistant that never touches an order, an official connector that drafts instructions a human must approve, and automation that executes once you activate it. This page compares five of them on what they actually do, not their marketing copy.
Unaffiliated, no recommendation. AlgoDrill has no commercial relationship with any product named here. Every mechanism description below was re-verified against the vendor's own official page (or, for one historical entry, the best available financial press) the same session this page shipped.
Part of the Agentic AI module: Build an LLM Trading Agent (the from-scratch architecture guide) · LLM Trading Research Landscape · Multi-Agent Trading Architectures · Do LLM Trading Agents Actually Work?.
| Product | Company | What It Actually Does | Executes Trades? | Availability |
|---|---|---|---|---|
| AI Agents | Public.com | Prompt → reviewable, rule-based automated workflow → runs on Public's own order routing, fires when criteria met | Yes, once activated by the user | Request-access gate; phased rollout, some features “coming soon” |
| Cortex | Robinhood | Digests (explains price/portfolio moves) + Trade Builder (screens options strategies for a stated view) | No — “not placing trades for you” | Robinhood Gold subscribers ($5/mo or $50/yr); rolling release |
| AI Integrations | Interactive Brokers | Official MCP connector: Claude/ChatGPT/Grok read portfolio data and draft trade instructions across 170+ markets | No — drafts land in an “AI Instructions” tab for manual approval | Free; existing IBKR account required; launched via 2026-06-22 press release |
| AI Assistant (build 6030 beta) | MetaQuotes (MetaTrader 5) | Natural-language idea → generated MQL5/Python/C++ code; newer beta adds native agents + MCP support | Not directly — a coding tool, not a decisioning tool, in the stable channel | Free, bundled in MetaEditor; build 6030 is beta as of 2026-07-16 |
| LOXM | JPMorgan Chase | Deep-RL execution engine choosing order size, price, and timing to minimize market impact | Yes — but institutional-only | Internal infrastructure since 2017; no public client sign-up |
The Spectrum: Research Assistant → Draft-Only → Full Execution
Ordering these five by how much autonomy the agent actually has reveals three distinct tiers, and they do not map cleanly onto how “AI-powered” each product's marketing sounds.
Tier 1 — Research and Insight Only, No Execution
Robinhood Cortex sits here. Despite “prompt-to-trade”-sounding marketing in some secondary coverage, Robinhood's own support documentation is explicit: Cortex “is not placing trades for you.” Digests explains why an asset or a portfolio moved, in plain language, synthesizing market data, news, and analyst reports. Trade Builder surfaces price signals, technicals, and news to screen matching options strategies for a market view the user states. The human enters every order.
Tier 2 — Reads and Drafts, Human Approves
Interactive Brokers' AI Integrations is the clearest example of the MCP-connector pattern this site's research-landscape coverage flags as an emerging category: an official, vendor-built connector (not a community hack) that lets Claude, ChatGPT, or Grok authenticate directly against a client's existing IBKR account through that AI platform's own connector directory, with no API key or password shared with the AI vendor. The assistant can read positions, analyze risk, and draft trade instructions across 170+ markets — equities, ETFs, options, futures, and futures options — but every draft lands in a dedicated “AI Instructions” tab inside IBKR's own platform, requiring manual client review and approval before anything reaches the market. Launched per a 2026-06-22 press release, Claude first, ChatGPT and Grok added in the same release.
Tier 3 — Executes Once Activated
Public.com's AI Agents land here: a user's natural-language prompt is refined into a reviewable, rule-based automated workflow, and once the user activates it, it runs on Public's own order-routing infrastructure, continuously monitoring real-time market data and firing the trade when the stated criteria are met — no external API key required. Public's page does not disclose whether the underlying mechanism re-invokes an LLM on every triggering event or compiles to a static rule at setup time, which matters for how “agentic” the running system really is versus a well-packaged conditional order. JPMorgan's LOXM is also full-execution, but institutional-only: a deep-reinforcement-learning engine, not an LLM, deployed inside JPMorgan's own European electronic-equities business since Q1 2017 to choose order size, price, and timing that minimizes market impact, operating under the firm's own internal risk framework rather than a client-facing product with a sign-up page.
Off to the Side — A Coding Tool, Not a Decisioning Tool
MetaTrader 5's AI Assistant (still commonly nicknamed “CoPilot” in trade press, though that was never MetaQuotes' own name) is the least agentic of the five in its stable form: a user writes a trading idea as a code comment, and the assistant generates matching MQL5, Python, or C++ code, or explains existing code. It does not decide when to trade. A newer beta, build 6030 (released 2026-07-16), moves toward the other four by adding native AI agents and MCP support so external agents can connect to charts, market data, accounts, and execution workflows — but that capability is beta, not yet on the stable channel, as of this page's verification.
For the human-facing broker APIs underneath any of these patterns, see Broker APIs and the Broker Capability Matrix. To build the Tier 2/3 pattern yourself — entirely on your own paper account, under your own control — see Build an LLM Trading Agent.
Frequently Asked Questions
- Can Claude or ChatGPT place real trades through Interactive Brokers?
- No, not directly. Interactive Brokers' official AI Integrations, launched via a 2026-06-22 press release, let a client link an existing IBKR account to Claude, ChatGPT, or Grok through that AI platform's own connector directory (MCP-based, no API key shared with the AI vendor). The assistant can read portfolio data, analyze risk, and draft trade instructions across 170+ markets, but every instruction lands in a dedicated 'AI Instructions' tab inside IBKR's own platform for manual client review and approval before it reaches the market -- the AI drafts, it does not submit.
- Does Robinhood Cortex trade for you?
- No. Cortex, announced 2025-03-27 and gated to Robinhood Gold subscribers, is a research and insight layer: Digests generate plain-language explanations of why an asset or the user's whole portfolio moved, and Trade Builder surfaces price signals, technicals, and news to screen matching options strategies for a market view the user states. Robinhood's own support copy is explicit that Cortex 'is not placing trades for you' -- the decision and the order entry stay with the human.
- Is Public.com's AI Agent feature the same as an LLM trading agent from academic papers?
- Not necessarily, and Public's own page does not publish enough technical detail to say for certain either way. The confirmed mechanism is: a user's natural-language prompt gets refined into a reviewable, rule-based automated workflow that then runs on Public's own order-routing infrastructure, firing a trade when the stated criteria are met. Whether that involves an LLM re-reasoning on every triggering event, or a static rule compiled once at setup time from the original prompt, is not disclosed on the page -- worth knowing before assuming it works like the continuously-reasoning research agents covered on the Research Landscape page.
- What is MetaTrader 5's CoPilot?
- 'CoPilot' is trade-press shorthand from MetaTrader 5's original May 2023 beta preview -- it was never MetaQuotes' own product name. The current official name, per MetaQuotes' own documentation, is 'AI Assistant' inside the MetaEditor: a user writes a trading idea as a code comment and the assistant generates matching MQL5, Python, or C++ code. A newer beta, build 6030 (released 2026-07-16), extends this into native AI agents with MCP support, letting external agents connect to charts, market data, accounts, and execution workflows -- still in beta, not yet on the stable release channel as of this page's verification.
See the research these commercial products draw on, or build the same pattern yourself on your own paper account.
Research Landscape → Build Your Own →