Best AI trading platforms and apps in the UK ranked

The execution layer. These are the FCA-authorised firms that hold your money and route the trades your bot decides to place.

Capital.com: native API key integration is the easiest path to a build-your-own AI bot

Capital.com is a Cyprus-headquartered broker founded in 2016, operating under FCA authorisation in the UK (FRN 793714). Spread bet and CFD on forex, indices, shares, commodities and crypto. Median execution 24ms across my testing, fastest of the four brokers.

I funded Capital.com with £250 on 1 October 2025 and wired my own bot to it on 14 January 2026. The API authentication was the simplest of the four brokers I tested: one API key, identical endpoint for demo and live, no OAuth dance.

Capital.com web platform tested as the execution hub for AI-driven strategies
Capital.com web platform tested January 2026: the execution hub for my bot, MT4 and TradingView setups.

Pros (AI trading lens)

  • Native REST API + WebSocket, API key auth (no OAuth)
  • Identical demo and live endpoints, single config flag to flip
  • ~1,000 requests/min rate limit, generous for multi-strategy bots
  • MT4 + TradingView also supported if you don't want to code

Trade-offs (AI trading lens)

  • 0.7-pip EUR/USD spread wider than Pepperstone Razor
  • No MT5 for UK clients
  • API documentation is functional but not as polished as IG's

How does Capital.com integrate with AI?

Three integration paths. Native REST API with API key auth (the path I used to build my own bot). WebSocket for real-time price streaming, separate from REST. TradingView native if you want Pine Script alerts to execute on Capital.com without writing any code. MT4 if you prefer Expert Advisors. The native API is the differentiator on this list. None of the other three brokers I tested let you wire a custom Python bot up this fast.

Who should pick a different UK AI trading platform?

If you don't want to code and don't want to learn Pine Script, Spreadex's TradingView-native integration is the simpler entry point. If you live inside MT4/MT5/cTrader for EAs, Pepperstone has all four platforms. If you need the widest market breadth (17,000+ instruments), IG.

Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 61% of retail investor accounts lose money when trading spread bets and CFDs with this provider. You should consider whether you understand how spread bets and CFDs work and whether you can afford to take the high risk of losing your money.

Spreadex: native TradingView integration is the no-code path to AI trading

Spreadex is a UK-domiciled broker founded in 1999 (FRN 190941). The financial side runs spread betting and CFD on a single proprietary platform with TradingView integration. UK and Ireland clients only.

I funded Spreadex with £500 on 1 October 2025. The TradingView integration is the standout: alerts written in Pine Script fire directly against your Spreadex account without a third-party bridge. No MetaTrader, no API for custom builders. The trade-off is reach versus depth.

Spreadex native TradingView integration tested for AI-driven spread betting
Spreadex native TradingView integration: Pine Script alerts execute against your account without a third-party bridge.

Pros (AI trading lens)

  • Native TradingView integration, no SignalStack-style bridge needed
  • 88% zero-slippage rate on the 8am London open (highest of 4)
  • Same-day GBP withdrawal, UK phone support
  • Zero requotes across 14 weeks of London-open testing

Trade-offs (AI trading lens)

  • No REST API for custom Python bots
  • No MT4 / MT5 / cTrader for EA-driven workflows
  • UK and Ireland clients only

How does Spreadex integrate with AI?

One path only: TradingView native. You write a Pine Script strategy or use a community one, set a webhook alert pointing at your Spreadex account, and the alert executes the trade directly. No SignalStack bridge needed. No code beyond Pine Script. If you want to build a custom Python bot calling a REST API, Spreadex is not your broker. If you want hands-off "alert fires, trade lands" with no middleware, Spreadex is the cleanest setup on this list.

Who should pick a different UK AI trading platform?

If you want a custom Python bot, Capital.com's native API. If you live inside MetaTrader for EAs, Pepperstone. If you need market breadth above ~10,000 instruments, IG.

65% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you can afford to take the high risk of losing your money.

IG: REST API and ProRealTime cover both the code path and the no-code path

IG Group plc (LSE: IGG) is a UK broker founded in 1974 (FRN 195355). 17,000+ markets across forex, indices, shares, commodities, options and crypto. Proprietary platform plus MT4, ProRealTime and L2 Dealer DMA for Pro-tier clients.

I funded IG with £500 on 1 October 2025. The REST API works (I tested wiring a Python bot to it as a control alongside the Capital.com build), but the OAuth handshake adds friction. Token refresh and rotation are mandatory. If you want a clean API-key flow, Capital.com is simpler. If you want institutional-grade depth, IG.

IG desktop platform tested with ProRealTime and ProOrder automation for AI bot integration
IG desktop platform: ProRealTime for visual strategy building, ProOrder for automation, REST API for custom Python bots.

Pros (AI trading lens)

  • REST API + ProRealTime + MT4 + L2 Dealer DMA on one login
  • 17,000+ markets, widest catalogue of the 4 brokers
  • LSE-listed parent with audited annual accounts
  • 2-hour GBP bank withdrawal, fastest of the 4

Trade-offs (AI trading lens)

  • REST API uses OAuth + token rotation (more setup than Capital.com)
  • L2 Dealer DMA gated to professional-tier qualified clients
  • Phone support averaged 11 minutes during testing

How does IG integrate with AI?

Four integration paths. REST API with OAuth + API key (more boilerplate than Capital.com but battle-tested across thousands of IG client implementations). ProRealTime for no-code visual strategy building with backtesting. MT4 for EAs. L2 Dealer DMA for Pro-tier algo access to the underlying order book. The depth is the differentiator: IG covers every AI trading model in this framework on a single account.

Who should pick a different UK AI trading platform?

If you want a custom Python bot up in an afternoon, Capital.com. If you want no-code with the simplest possible setup, Spreadex via TradingView. If you live inside MT5 or cTrader, Pepperstone covers both.

Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 69% of retail investor accounts lose money when trading spread bets and CFDs with this provider. You should consider whether you understand how spread bets and CFDs work, and whether you can afford to take the high risk of losing your money.

Pepperstone: MT4, MT5, cTrader and TradingView all support algos on the same login

Pepperstone is an Australian-founded broker (2010) with a UK FCA-authorised entity (FRN 684312). The Razor account routes orders to liquidity providers at 0.0 to 0.2 pip EUR/USD with a £2.25 per-side commission.

I funded Pepperstone with £500 on 1 October 2025. The standout for AI traders is platform reach: MT4, MT5, cTrader and TradingView all available on one account. If your strategy is an EA, a cBot, or a Pine Script alert, Pepperstone runs it.

Pepperstone desktop platform tested as the execution hub for MT4, MT5, cTrader and TradingView algos
Pepperstone desktop platform: the execution hub for MT4 EAs, MT5 EAs, cTrader cBots and TradingView alerts.

Pros (AI trading lens)

  • MT4 + MT5 + cTrader + TradingView all on one login (widest of 4)
  • 0.1 pip EUR/USD spread on Razor, tightest of the 4 brokers
  • cTrader cBots written in C# for algorithmic strategies
  • 47ms median execution, second-fastest of the 4

Trade-offs (AI trading lens)

  • No native REST API outside the MetaTrader / cTrader ecosystems
  • £2.25 per-side commission means 5+ lots/month break-even
  • Sign-up checks stricter than the other 3 brokers

How does Pepperstone integrate with AI?

Four integration paths, all MetaTrader-adjacent or TradingView-based. MT4 EAs (MQL4). MT5 EAs (MQL5). cTrader cBots (C#). TradingView via webhook to Pepperstone-supporting bridges like SignalStack. If your algo lives in any of the MetaTrader languages, Pepperstone is the deepest broker on this list. If you want a native REST API for a custom Python bot, Capital.com.

Who should pick a different UK AI trading platform?

Sub-5-lots-a-month traders should pick Capital.com or Spreadex on cost (no commission). Anyone wanting a custom Python bot path should pick Capital.com. Beginners should start with Capital.com or Spreadex on the simpler onboarding.

73% of retail investor accounts lose money when trading CFDs with this provider. You should consider whether you can afford to take the high risk of losing your money.

Best AI trading bots and tools ranked

The brain layer. These sit on top of (or alongside) a broker and provide signals, scripting, automated execution or pattern detection. None are FCA-authorised, because they're analysis and signal-execution products, not brokers.

TradingView: Pine Script v6 and 50 broker integrations make it the no-code default

TradingView is the global charting and alerting platform with 60M+ users and a community-script library running into the thousands. Pine Script v6 is its scripting language. 30-day free trial, £12/mo entry tier with Pro at £25/mo. Not FCA-authorised: it's a tool, not a broker.

I ran a 14-day live EUR/USD momentum strategy through TradingView, routed via SignalStack to Capital.com. 15 trades, 60% win rate, +3.2% return, 1.8% max drawdown, 1.4 reward-to-risk ratio. Signal-to-execution latency averaged 1.2 seconds across the chain. Zero missed signals, two manual interventions when I overrode a position size.

TradingView chart with Bitcoin BTC/USD price analysis used during the 14-day momentum strategy test
TradingView chart tested during the 14-day momentum strategy run: Pine Script v6 alerts routed to Capital.com via SignalStack.

Pros (AI trading lens)

  • Pine Script v6 + 50 broker integrations via webhook
  • 30-day free trial, £12/mo entry tier
  • 60M+ user community + thousands of public scripts
  • Spreadex and Capital.com both natively integrated (no bridge needed)

Trade-offs (AI trading lens)

  • Does not execute trades directly (needs broker or bridge)
  • Pine Script is non-portable; logic doesn't move to other tools
  • Backtesting limited to 2 years historical on most asset classes

Who should pick a different AI trading tool?

If you want a service that turns webhooks into actual trades without you watching, pair TradingView with SignalStack. If you want AI stock scoring rather than charting, Kavout. If you want 50-year backtesting depth, TrendSpider.

SignalStack: 23 trades across 10 days with zero missed signals and zero manual interventions

SignalStack is a webhook-to-trade bridge: it listens for webhook alerts from TradingView, TrendSpider or any signal source, then executes against your broker via the broker's API. Supports 12 brokers including Trading 212, Capital.com, E*TRADE, IB and OANDA. 14-day free trial, £10/mo entry.

I tested SignalStack as the execution bridge for the TradingView strategy above and a TrendSpider backtest forward-running. 10 days, 23 trades, 65% win rate, +4.1% return, 2.3% max drawdown, 1.5 reward-to-risk. Critically: zero missed signals, zero manual interventions across the window. End-to-end latency: 3 seconds from TradingView alert fire to broker confirmation.

SignalStack integrated brokers list including Trading 212, Capital.com, E*TRADE, Interactive Brokers and OANDA
SignalStack integrated brokers list: 12 platforms including Trading 212, Capital.com, E*TRADE, IB and OANDA.

Pros (AI trading lens)

  • Zero missed signals across 10-day hands-off test
  • 3-second end-to-end signal-to-execution latency
  • 14-day free trial, £10/mo entry
  • Works with any webhook source (not just TradingView)

Trade-offs (AI trading lens)

  • Only 12 brokers supported (vs TradingView's 50)
  • Order types limited to market / limit / stop
  • No position sizing on the free tier
  • Only 2 Trustpilot reviews at time of writing (early-stage)

Who should pick a different AI trading tool?

If your broker isn't on SignalStack's 12-broker list, you'll need to either switch brokers or use TradingView's direct native integration where supported. If you don't need an execution bridge at all (because your broker has a native API and you can code), build your own with Claude Code against Capital.com.

Trading and investing involve risk. The value of your investments can go up or down, and you may lose all or part of your capital. These products may not be suitable for all investors. Please ensure you fully understand the risks involved

Kavout: 11 of 15 stocks scoring Kai Score above 7 beat the S&P 500 over 30 days

Kavout is an AI stock scoring service. It runs proprietary machine learning models over US-listed equities and outputs a Kai Score (0 to 10) indicating expected outperformance. 14-day free trial, £25/mo entry. No trade execution: it's an analysis layer that feeds your broker.

I tracked 15 US stocks scoring above 7 on the Kai Score for 30 days from 14 January 2026. 11 of the 15 outperformed the S&P 500 over the window. That's a 73% hit rate, well above chance over 30 days but a short sample. Useful as the brain that feeds a Capital.com or IG broker for stock-focused trades.

Kavout website sign-up process tested January 2026 for the Kai Score AI stock scoring service
Kavout sign-up tested January 2026: Kai Score scoring runs on US equities, no UK stock coverage at the time of testing.

Pros (AI trading lens)

  • 73% S&P 500 outperformance hit rate over the 30-day test
  • Proprietary ML models, not rule-based screeners
  • 14-day free trial

Trade-offs (AI trading lens)

  • US equities only - limited UK coverage
  • No direct trade execution (analysis only)
  • £25/mo entry tier higher than TradingView or SignalStack
  • 30-day sample is too short to call the model performance

Who should pick a different AI trading tool?

If you trade UK equities or forex, Kavout's US-equity coverage is a hard limit. If you want execution as well as analysis, pair Kavout with SignalStack and a broker. If you want pattern detection on charts rather than fundamental ML scoring, TrendSpider.

TrendSpider: 50 years of historical data and a 90-day forward test at 58% win rate

TrendSpider is an automated technical analysis and backtesting platform. No-code rule builder plus Smart Checklist scripting. 50 years of historical data with 1-second bar replay. 7-day free trial, £32/mo entry. Sends signals via webhook (typically through SignalStack) to your broker.

I built a mean-reversion strategy on GBP/USD using TrendSpider's Smart Checklist, backtested over 5 years of historical data, then forward-ran it for 90 days through SignalStack to Capital.com. 32 trades, 58% win rate, +5.1% return, 3.4% max drawdown, 1.4 reward-to-risk ratio. Setup took 180 minutes (steepest learning curve of the 4 tools).

TrendSpider homepage tested for automated chart pattern detection and backtesting
TrendSpider homepage tested January 2026: no-code Smart Checklist + 50 years of historical data for backtesting.

Pros (AI trading lens)

  • 50-year historical data, 1-second bar replay precision
  • No-code Smart Checklist + scriptable rule logic
  • Backtest then forward-run via webhook to SignalStack
  • Active Discord community for strategy sharing

Trade-offs (AI trading lens)

  • Steep learning curve (180-min setup vs TradingView's 15)
  • £32/mo entry tier (highest of the 4 tools)
  • 7-day free trial (shorter than the others)
  • No native trade execution (needs SignalStack or similar)

Who should pick a different AI trading tool?

Beginners should start with TradingView (15-minute setup vs 180). If you want stock scoring rather than chart pattern detection, Kavout. If you want execution and the bridge in one product, just use TradingView + SignalStack.

How did I actually test these AI trading bots and platforms?

I funded all 4 brokers (Capital.com £250, Spreadex / IG / Pepperstone £500 each) and bought live subscriptions to all 4 tools between October 2025 and April 2026. No demo accounts, no press kits. Dom Farnell ran parallel test accounts to cross-check my results.

What I measured

For brokers: 50 EUR/USD market orders per broker, spreads at 08:00 / 10:30 / 14:45 GMT every Mon/Wed/Fri across 14 weeks, plus API integration setup time and the actual experience of wiring my bot up. For tools: tool-specific test windows per the master CSV (TradingView 14 days, SignalStack 10 days, Kavout 30 days, TrendSpider 90 days with 5-year backtest). Trades, win rate, return, max drawdown, R:R, signal-to-execution latency, missed signals and manual interventions all logged per trade.

Download the full testing datasets

The data behind this page lives in two TIC dataset hubs (download links, methodology notes and verification dates on each page):

  • AI tools data (TradingView, SignalStack, Kavout, TrendSpider): see the UK AI Trading Tools dataset — 65 columns × 4 tools including pricing tiers, scripting language, broker integrations, execution capability, test results per platform, latency chain and lead tester per row.
  • Broker data (Capital.com, Spreadex, IG, Pepperstone): see the UK Leveraged Trading Brokers dataset — full FRN list, spreads, execution latency, withdrawal test timestamps and published retail loss percentages.

Are AI trading bots legal and safe in the UK?

AI trading is legal in the UK. The safety story splits cleanly between brokers (regulated) and tools (not).

The 4 brokers are FCA-authorised, the 4 tools are not

Capital.com, Spreadex, IG and Pepperstone all hold FCA authorisation as investment firms: client money in segregated UK bank accounts, FSCS £85,000 cover on cash and cleared positions if the broker fails. TradingView, SignalStack, Kavout and TrendSpider are not FCA-authorised because they are analysis and signal-execution products, not brokers. They never touch your money. The broker does.

What the published retail loss percentages tell you

FCA-authorised brokers offering CFDs must publish the percentage of retail accounts losing money. Across the 4 brokers: Capital.com 62%, Spreadex 65%, CMC (sibling page) 68%, IG 69%, Pepperstone 73%, Saxo (sibling page) 64%. Bots do not change the underlying maths: CFDs are leveraged products and most retail traders lose money. Bots can improve discipline but cannot turn a bad strategy into a profitable one.

How are UK AI trading bot profits actually taxed?

Same as if you placed the trades manually. The bot doesn't change the tax treatment, the account type does.

CFD bot profits: Capital Gains Tax

For 2025-26 the rates are 18% basic and 24% higher (Autumn Budget 2024 alignment). £3,000 annual exempt amount. Bot-generated CFD losses carry forward and offset against future CGT gains in the normal way.

Spread bet bot profits: tax-free

HMRC classifies spread betting as betting, not investment, regardless of whether a human or a bot placed the trade. Losses cannot offset other gains.

Selling your own bot or signals: Income Tax

If you build a bot and sell access to its signals, the revenue is trading income, not capital gains. Income Tax and possibly National Insurance apply. Worth knowing if your Capital.com bot becomes a side hustle.

So which UK AI trading setup should you actually pick?

A note for first-time UK AI traders before the picks below. There is no single "best AI trading bot" you can buy and switch on. You need a broker (for execution) and a brain (for decisions). The brain can be a paid tool, a Pine Script you write, or a custom bot you build. The honest answer is: pick the setup that matches the time you're willing to put in.

Build-your-own: Capital.com + Claude Code

Native API key auth, identical demo and live endpoints, and Claude Code as the LLM that actually writes production-grade Python against the API. Most flexibility, steepest learning curve. This is the route I picked.

No-code: Spreadex + TradingView native

Write or borrow a Pine Script alert, point it at your Spreadex account, done. No middleware, no API keys to rotate, no Python. Easiest path to "AI trading" without writing code.

Hands-free: TradingView + SignalStack + your broker

TradingView fires the alert, SignalStack executes against your broker via API, the broker fills the trade. 23 trades, 0 missed signals across my 10-day test. Works with 12 brokers via SignalStack including Capital.com, IB and Trading 212.

FAQs

Are AI trading bots legal in the UK?

Yes. The 4 brokers on this list are FCA-authorised investment firms. The 4 tools (TradingView, SignalStack, Kavout, TrendSpider) are not FCA-authorised because they're analysis and execution products, not brokers, but using them in the UK is legal.

Do I need to know how to code to use an AI trading bot?

No. The no-code path is Spreadex with native TradingView integration, or TradingView Pine Script with any of the 50 broker integrations. If you want full control and willing to learn, Capital.com's native REST API plus Claude Code as the LLM brain is the build-your-own route.

Which LLM is best for building a trading bot: Claude, ChatGPT or Gemini?

Claude Code in my testing. It produced production-ready Python with proper error handling on the first iteration and could see my actual codebase across prompts. ChatGPT referenced deprecated SDK methods and couldn't see my files. Gemini invented two Capital.com API endpoints that don't exist. Detail in the "I built my own bot" section above.

How are AI trading bot profits taxed in the UK?

Same as manual trading. CFD bot profits trigger Capital Gains Tax (18% / 24% for 2025-26 with a £3,000 allowance). Spread bet bot profits are tax-free (HMRC classifies as betting). Income from selling your bot or its signals is Income Tax, not CGT.

Can AI trading bots guarantee profits?

No. Across the 4 broker firms tested, 62 to 73% of retail clients lose money on CFDs. Bots can enforce discipline (no panic exits, no missed stops) but cannot turn a losing strategy into a winning one. My own bot ran +3.2% over 14 days on TradingView momentum strategies; that was one window, not a guarantee.

References