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.
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.
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.
tradeOS turns your strategy into a systematic, backtested, optimized, and automated system. Upload your data. Configure your monitors. Get statistical proof. Deploy when ready.
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.
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.
Test 50+ parameter combinations automatically. Bracket size, streak threshold, filter combinations — find the optimal config without guessing.
Pre-defined stop-loss and target brackets enforce discipline. 12x48, 15x60, 20x90 — or create your own. No moving stops. No chasing.
HOLP/LOLP, EMA stack, OTF, pullback filter, anti-chase, near-day-extreme, session window — stack monitors to build any systematic strategy.
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.
Ask questions in plain English. "How did v4 perform this week?" Get instant answers about campaign health, trade history, and strategy performance.
Git-like strategy versioning. v1 → v2 → v3 → v4, each with verifiable improvement. Compare performance across versions. Never lose a working config.
Connect to any broker. Signals flow from the platform to your execution layer via secure API relay. One signal, all your accounts, zero latency.
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.
Upload CSV files from any charting platform or connect your broker feed. NQ, ES, MNQ, MES — any futures instrument.
Stack monitors to define your entry conditions. Set bracket sizes for risk management. Create a campaign config.
Run verified backtests across 1M+ bars. Grid search to find optimal parameters. Compare campaign versions with measurable metrics.
Paper trade to validate in real-time. Connect your broker via execution relay. Go live with automated, emotion-free trading.
{
"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
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.
14-day free trial. No credit card required. Cancel anytime.
Try before you buy
For systematic individual traders
Multi-account + prop firm traders
For trading rooms, signal providers, and prop firms. White-label, unlimited accounts, signal relay to members, custom development.
All prices in USD. tradeOS is software, not a registered investment adviser. All trading involves risk.
We build custom trading algorithms, broker integrations, and full trading platforms. You bring the strategy, we bring the engineering.
We translate your trading logic into a systematic, backtested, automated strategy on tradeOS.
Connect your broker to tradeOS execution relay. Rithmic, AMP, IBKR, and more.
Custom-branded tradeOS instance for your firm. Backtesting, execution, monitoring — your brand.
We build custom monitors and indicators for any charting platform. Any logic, any complexity.
Architecture review, strategy optimization, infrastructure consulting. Senior engineers, trading domain expertise.
Ongoing platform maintenance, strategy updates, monitoring, and optimization support.
REST APIs for signals, backtesting, and data. Integrate tradeOS into your own tools, bots, and workflows.
Real-time entry/exit signals with monitor states and bracket levels
Run backtests programmatically with custom strategy configs
OHLCV bar data across multiple timeframes and instruments
// 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" }
// }
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.