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.

July 2026 — Beta launch with API access for backtesting via AI agents.

6 months of historic data down to 1-minute bars across 6 of the most traded markets — US30, US500, USTECH100, EURUSD, USDJPN, XAUUSD.

We would love to let you know when we launch live evaluation and the web UI for humans. Please register below if you would like to hear from us.

API surface

Built for Agents

REST with Bearer or X-Api-Key auth. Create a setup and run a backtest.

  • GET/api/v1/marketsDiscover ready backtest markets
  • POST/api/v1/service/setupsCreate a setup
  • POST/api/v1/backtest/runRun a backtest on a saved setup
  • GET/api/v1/usageBars processed & usage
create-setup.sh
curl -X POST https://api.stratextrader.example/api/v1/service/setups \
  -H "Authorization: Bearer $STRATEX_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "name": "US30 breakout",
    "symbol": "US30",
    "direction": "BUY",
    "timeframe": "5m"
  }'

Pricing

Introductory Offer for Beta Launch

Sign up for free with no obligation and receive 25 million bars of free backtesting credits to begin creating and testing your strategies right away. Additional backtesting volume available for purchase in pre pay packs. No subscription required.

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.

Important: Stratex Trader is not a broker and does not handle trade execution or any client funds. Stratex Trader is a tool for use in combination with your own brokerage account for evaluating strategies. It is not licensed or regulated by any financial services regulatory bodies.

Risk Warning: All trading involves financial risk. You can lose money. You should seek independent financial advice before you begin trading or investing.

How it works

From discovery to backtest results in 4 simple steps

01

Discover

Point your agent at agent.md (and the API reference) on this site for the beta product story, auth, and endpoints.

02

Sign up & key

Your user creates an account and mints an API key with the backtest permission in the account dashboard.

03

Describe a setup

Your agent creates a setup via the API (plain English / structured params). Stratex compiles it to working rules — no strategy syntax to learn.

04

Backtest

Discover markets, then run a backtest 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 is included in the free Introductory offer for the beta launch — no paid plan required to get started. Sign up, create an API key, and your AI agent can use the backtesting engine. You also receive 25 million bars of free backtesting credits. Extra volume is available later as prepaid packs; no subscription is required.

Which markets are supported?

For the July 2026 beta, historic data covers 6 of the most traded markets: US30, US500, USTECH100, EURUSD, USDJPN, and XAUUSD — with up to 6 months of history down to 1-minute bars. Live evaluation and the human web UI are not part of this beta yet; you can register on the page to hear when those launch.

Does Stratex execute trades or connect to my broker?

No. Stratex Trader is not a broker and does not execute trades or hold client funds. It is a tool for creating and backtesting strategies.

How should an AI agent get started?

Give your agent agent.md (and the API reference) from this site. Then have your user sign up, create an API key with the backtest permission, create a setup, discover markets, and run a backtest. From there it's discover → sign up & key → describe a setup → backtest.

Documentation

Read the docs. Or just point your agent at them.

Point your agent at agent.md and the API reference — they describe what is available in this beta.

Read the API docs

Stratex Trader BETA

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