Live — platform operational

Backtest. Optimize.
Automate.

The systematic trading platform for futures. Configure your strategy, run verified backtests on real data, optimize with grid search, and deploy automated execution — all from one platform.

1.4M+
Bars processed
15
Strategy monitors
2.22
Profit factor (v4)
281
Tests passing

You have a strategy.
You need proof.

Most traders know their strategy works — they've watched it play out on screen. But they can't backtest it. Can't optimize it. Can't automate it. So they trade manually, emotionally, inconsistently.

📊

The Problem

You're watching charts, manually managing brackets, second-guessing entries. You know your signals work but you can't prove it with numbers. You switch between 3-4 tools. Nothing talks to each other.

⚙️

The Solution

tradeOS turns your strategy into a systematic, backtested, optimized, and automated system. Upload your data. Configure your monitors. Get statistical proof. Deploy when ready.

🚀

The Result

Verified backtests in 60 seconds. Grid-searched parameters across 50+ combinations. Campaign versioning from v1 to v4 with measurable improvement. Automated execution with zero emotion.

Features

Everything you need to systematize your trading

Backtesting Engine

Walk your strategy across 1M+ bars of real futures data. Get trade count, win rate, profit factor, max drawdown, and full equity curve in seconds.

Grid Search Optimization

Test 50+ parameter combinations automatically. Bracket size, streak threshold, filter combinations — find the optimal config without guessing.

Bracket Risk Management

Pre-defined stop-loss and target brackets enforce discipline. 12x48, 15x60, 20x90 — or create your own. No moving stops. No chasing.

15 Strategy Monitors

HOLP/LOLP, EMA stack, OTF, pullback filter, anti-chase, near-day-extreme, session window — stack monitors to build any systematic strategy.

Paper Trading

Test your strategy in real-time with simulated fills. Track positions, P&L, and win rate without risking capital. Graduate to live when you're ready.

AI Trading Agent

Ask questions in plain English. "How did v4 perform this week?" Get instant answers about campaign health, trade history, and strategy performance.

Campaign Versioning

Git-like strategy versioning. v1 → v2 → v3 → v4, each with verifiable improvement. Compare performance across versions. Never lose a working config.

Execution Relay

Connect to any broker. Signals flow from the platform to your execution layer via secure API relay. One signal, all your accounts, zero latency.

Edge-Native Infrastructure

Runs on Cloudflare's global network. Sub-50ms cold starts. Zero infrastructure to manage. $0-25/mo operating cost. Scale to thousands of users without servers.

How It Works

From idea to automated execution in 4 steps

1

Import Data

Upload CSV files from any charting platform or connect your broker feed. NQ, ES, MNQ, MES — any futures instrument.

2

Configure Strategy

Stack monitors to define your entry conditions. Set bracket sizes for risk management. Create a campaign config.

3

Backtest + Optimize

Run verified backtests across 1M+ bars. Grid search to find optimal parameters. Compare campaign versions with measurable metrics.

4

Deploy + Automate

Paper trade to validate in real-time. Connect your broker via execution relay. Go live with automated, emotion-free trading.

campaign_nq_long_v4.json
{
  "name": "campaign_nq_long_v4",
  "trigger": { "monitor": "holp", "condition": "long_arrow" },
  "filters": [
    { "monitor": "ema_stack", "min_streak": 3 },
    { "monitor": "pullback" },
    { "monitor": "otf", "direction": "up" },
    { "monitor": "anti_chase" }
  ],
  "bracket": { "sl": 12, "tgt": 48 }
}

// Results: 16 trades | 31% win rate | PF 2.22 | +$3,190
Verified Results

Grid search doesn't lie

52 bracket x streak combinations tested across 10K bars of NQ data. One clear winner.

Config Trades Win Rate Profit Factor Total P&L
12x48 streak=3 ← optimal 16 31.3% 2.22 +$3,190
12x48 streak=2 18 27.8% 1.82 +$2,710
15x45 streak=3 17 35.3% 1.80 +$2,480
15x60 streak=3 (v3) 17 17.6% 1.09 +$1,685
No filters streak=1 41 34.1% 0.80 -$2,780

Past performance is not indicative of future results. Backtested on historical data. All trading involves risk.

Pricing

Start free. Scale when ready.

14-day free trial. No credit card required. Cancel anytime.

Monthly Annual -25%

Free

Try before you buy

$0 /month
  • 1 campaign, 1 bracket
  • 5,000-bar backtesting
  • Paper trading
  • 3 monitors
  • Community Discord
  • AI agent
  • Live execution relay
Get Started

Pro

Multi-account + prop firm traders

$199 /month
  • Everything in Trader
  • Unlimited campaigns + brackets
  • Multi-account (up to 10)
  • Prop firm mode
  • Custom brackets
  • API access
  • Priority support (4hr)
Start Free Trial

Firm

For trading rooms, signal providers, and prop firms. White-label, unlimited accounts, signal relay to members, custom development.

$499 /month

All prices in USD. tradeOS is software, not a registered investment adviser. All trading involves risk.

Development Services

Need it built for you?

We build custom trading algorithms, broker integrations, and full trading platforms. You bring the strategy, we bring the engineering.

Custom Strategy

We translate your trading logic into a systematic, backtested, automated strategy on tradeOS.

$5,000 - $25,000
2-6 weeks

Broker Integration

Connect your broker to tradeOS execution relay. Rithmic, AMP, IBKR, and more.

$7,000 - $20,000
2-6 weeks

Full Platform

Custom-branded tradeOS instance for your firm. Backtesting, execution, monitoring — your brand.

$25,000 - $75,000
4-12 weeks

Custom Indicator

We build custom monitors and indicators for any charting platform. Any logic, any complexity.

$2,000 - $8,000
1-3 weeks

Consulting

Architecture review, strategy optimization, infrastructure consulting. Senior engineers, trading domain expertise.

$150 - $250/hr
Min 2hr engagement

Monthly Retainer

Ongoing platform maintenance, strategy updates, monitoring, and optimization support.

$2,000 - $5,000/mo
Ongoing
API

Build on tradeOS

REST APIs for signals, backtesting, and data. Integrate tradeOS into your own tools, bots, and workflows.

GET /api/v1/signals/NQ

Real-time entry/exit signals with monitor states and bracket levels

POST /api/v1/backtest

Run backtests programmatically with custom strategy configs

GET /api/v1/bars/NQ?tf=69t

OHLCV bar data across multiple timeframes and instruments

signal-api.js
// Fetch real-time signal
const res = await fetch(
  'https://api.tradeos.dev/v1/signals/NQ',
  {
    headers: {
      'Authorization': `Bearer ${API_KEY}`
    }
  }
);

const signal = await res.json();
// {
//   signal: "LONG",
//   price: 18542.50,
//   bracket: { sl: 18530.50, tgt: 18590.50 },
//   monitors: { holp: "bull", ema_stack: 3, otf: "up" }
// }
FAQ

Common questions

No. tradeOS is a software development company. We provide tools for backtesting, optimization, and automation. We do not give specific trading recommendations, manage funds, or share in trading profits. All trading decisions are yours.
No. tradeOS is broker-agnostic and chart-agnostic. You can import data from any source (CSV, API), use any charting platform, and connect any broker. Sierra Chart is one supported option, not a requirement.
Currently: NQ, ES, MNQ, MES (E-mini and Micro Nasdaq/S&P 500). Any instrument with OHLCV bar data works — the monitor and campaign system is instrument-agnostic. More instruments are being added.
When your campaign fires a signal, tradeOS relays it to your execution layer via secure API. This can be a local bridge script that submits orders through your broker's platform, or a direct broker API integration. You maintain full control of your account at all times.
Yes. The platform has 15 built-in monitors you can stack and configure. For custom logic, use our API to build your own monitors, or hire our dev team to build them for you. Campaign configs are JSON — anyone can create and share them.
Paper trading runs your strategy against real-time data with simulated fills — no real money at risk. It tracks positions, P&L, and bracket outcomes just like live. When you're confident, switch to live mode and signals are relayed to your broker for real execution.

Ready to systematize your trading?

Stop guessing. Start proving. Backtest your strategy, optimize it, and automate it — all in one platform.

No credit card required. 14-day free trial. Cancel anytime.