STRATEX TRADER API BETA

Give your AI Agent a trading brain.

The api tools your ai agent needs to help you create and backtest technical trading strategies

Capabilities

Stratex Trader API provides...

No code setup creation

Describe your technical setup rules in plain English. Stratex handles the coding.

Backtesting Engine

Prove your strategy with backtests on historic market data. The Stratex backtest api provides your ai agent with full trades lists, results summary and statistics.

Agent discovery

Tailored AI agent service – point your agent at our API and our instructions will guide it through every step.

Beta launches 27 July 2026 with API access for backtesting — 6 months of historic data down to 1-minute bars, across X markets. More features are on the way. Register to be first to hear when they launch, and get 50% off.

API surface

A small, predictable surface — built for agents.

REST with Bearer or X-Api-Key auth. Create a setup, run a backtest, and wire a webhook. That's the loop. The full reference lives in the docs.

  • GET/api/v1/agent-infoPublic discovery — capabilities & docs
  • POST/api/v1/service/setupsCreate a setup (optional webhook URL)
  • POST/api/v1/backtest/runRun a backtest on a saved setup
  • GET/api/v1/alerts/pendingPoll triggers (webhook fallback)
  • GET/api/v1/usageBars processed & evaluations
create-setup.sh
curl -X POST https://api.stratexlabs.example/api/v1/service/setups \
  -H "Authorization: Bearer $STRATEX_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "GOLD breakout",
    "symbol": "GOLD",
    "direction": "BUY",
    "timeframe": "5m",
    "webhookUrl": "https://your-agent.example/hooks/stratex",
    "webhookSecret": "whsec_…"
  }'
webhook payload
POST → your-agent.example/hooks/stratex
{
  "triggered": true,
  "setupId": "507f1f77bcf86cd799439011",
  "symbol": "GOLD",
  "timeframe": "5m",
  "triggerType": "SETUP_ENTRY_TRIGGER",
  "timestamp": "2026-02-28T12:00:00.000Z"
}

Pricing

Introductory Offer for Beta Launch

Need more backtesting? Top up beyond your monthly grant with one-time bar packs (100k / 500k / 1M) or a usage-based PAYG wallet — both from your account dashboard. API keys start on Builder.

Why Stratex

Develop your edge and validate it with testing

Stop copy trading, stop relying on hope. The Stratex Trader API allows you to create, backtest and refine your entry strategies so that you know your edge.

Stratex is not a broker and does not route orders. If you need full tick control or ultra-low-latency execution, you keep that on your side. We win on rule lifecycle, backtest evidence and reliable alert delivery.

How it works

From discovery to backtest results in 4 simple steps

01

Discover

Your agent hits GET /api/v1/agent-info — public, no auth — to read capabilities, pricing summary and doc URLs.

02

Sign up & key

Create an account, then mint an API key with backtest and/or alerts permissions.

03

Describe a setup

Send a setup in plain English. Stratex compiles it to working rules — no strategy syntax to learn.

04

Backtest

Run the same rules on historical bars. Get a full trade list, summary stats and an optional chart.

FAQ

Questions, answered.

What's the minimum plan for API keys?

API access starts on Builder — the first paid API tier. The free Explorer plan is a backtest-only sandbox and does not issue API keys.

Which markets are supported?

Stratex covers multiple markets across major instruments (indices, metals and equities-style CFDs), with up to 10 instruments on the live roster. Your plan sets how many markets you can run live; historic backtest coverage is broad and metered by bar usage.

What does “5-minute live evaluation” mean for my agent?

Live rules are evaluated on each completed 5-minute bar, and higher timeframes (15m, 1h, 4h+) are built from the same pipeline. Your agent doesn't poll the market — it just receives a webhook (or polls /api/v1/alerts/pending) when a setup fires.

Does Stratex execute trades or connect to my broker?

No. Stratex delivers the logic and the signal — describe, backtest, and get alerts. Execution stays on your side, with your broker and your agent. We're broker-agnostic by design.

How does billing work?

Subscription tiers via Stripe, with a customer portal. Backtesting beyond your monthly grant can use one-time bar packs (100k / 500k / 1M) or a usage-based PAYG wallet.

How should an AI agent get started?

Call GET /api/v1/agent-info for a no-auth capabilities map, read agent.md or the quickstart, then have your user sign up and create a key. From there it's setup → backtest → webhook.

Stratex Trader BETA

Stop copying, stop guessing, build and test real strategies with known edges.