No code setup creation
Describe your technical setup rules in plain English. Stratex handles the coding.
STRATEX TRADER API BETA
The api tools your ai agent needs to help you create and backtest technical trading strategies
Capabilities
Describe your technical setup rules in plain English. Stratex handles the coding.
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.
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
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.
/api/v1/agent-infoPublic discovery — capabilities & docs/api/v1/service/setupsCreate a setup (optional webhook URL)/api/v1/backtest/runRun a backtest on a saved setup/api/v1/alerts/pendingPoll triggers (webhook fallback)/api/v1/usageBars processed & evaluationscurl -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_…"
}'
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
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
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
FAQ
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.
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.
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.
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.
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.
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.
Documentation
Start with discovery, then follow the quickstart from key to first webhook. Built to be parsed by humans and agents alike.
Read the API docsStop copying, stop guessing, build and test real strategies with known edges.