Building a strategy is easyBuilding a strategy you trust is hard
Dig into every version of your strategy, compare runs side by side, and see exactly where performance changes.
Build with an AI agent / CLI or install the CLI or Use the dashboard

How it works
From idea to deployment in four steps
Write
Build your strategy in any language. Package it as a Docker container — Python, Rust, Go, Javascript, whatever you prefer.
Backtest
Test against historical tick-level data with realistic execution modeling. Slippage, partial fills, and market impact included.
Analyse
Compare runs side by side, drill into performance metrics, and iterate on your strategy until the numbers prove it works.
Deploy
Go live with the open-source Trading Gateway — same API protocol, zero code changes. Free for everyone.
One image. Every instrument.
Tektii strategies are instrument-agnostic. Write your logic once, package it as a single image, and fan it out across as many instruments and timeframes as you want — selected per run in subscriptions.
Validating a new market is a config change, not a rebuild. No per-instrument rebuilds, no re-uploads — the same image runs everywhere.
See the subscriptions configEverything you need to build strategies you trust
Professional tools and infrastructure designed for serious algorithmic traders
Unified Trading Protocol
The backtest engine and open-source Trading Gateway share the same API protocol. Write once, run in simulation or live — zero code changes.
Docker-Native: Any Language
Build strategies in any language, package as containers, and run with zero infrastructure setup.
Professional Analytics Suite
Comprehensive metrics including Sharpe ratio, maximum drawdown, and P&L attribution.
Multi-Asset Coverage
Test strategies across forex and crypto today, with stocks, commodities, and indices coming soon.
Strategy Versioning
Branch, tag, and compare strategy versions. Track what changed and why across every iteration.
Built-In Security
Strategies run in isolated containers on Google Cloud. Your code stays yours — Tektii never accesses it.
Built for traders who demand depth
Surface-level metrics are not enough. Tektii gives you the tools to truly understand your strategy's behavior.
Understand every dimension of performance
Equity curves, drawdown analysis, monthly return heatmaps, and trade-by-trade breakdowns. Stop guessing whether your strategy works — know exactly where it makes and loses money.

Compare scenarios to find what actually works
Run the same strategy across different parameters or market conditions. Overlay equity curves and compare metrics in a single view to isolate your edge.

Evolve your strategy without losing what works
Every iteration lives in a version tree. Branch experiments, compare results across versions, and always have a path back to what was working.

Connect to your broker
Go live through the open-source Trading Gateway. Same API protocol you backtest against — zero code changes.
- AlpacaUS stocks & crypto
- BinanceCrypto spot trading
- OANDAForex & CFDs
- SaxoMulti-asset global
Connect in minutes
A WebSocket connection and a REST call. That's the entire integration surface.
async with websockets.connect("ws://localhost:8080/v1/ws") as ws:
async for raw in ws:
msg = json.loads(raw)
if msg["type"] == "candle":
close = Decimal(msg["close"])
if close < BUY_THRESHOLD:
submit_order(msg["symbol"], "buy", "1")
await ws.send(json.dumps({
"type": "event_ack",
"events_processed": [msg["event_id"]],
}))
Simple, transparent pricing
Choose the plan that fits your trading needs. Start with our free forever plan.
Sandbox
Explore the platform and test your first idea
- 15 backtests/month
- 6 months historical data
- 180-day max backtest length
- 5 kept strategy versions
- Tektii Boards
- CLI tool & API access
- Community support
Backtester
Iterate faster with deeper data and API access
- 500 backtests/month
- 5 years historical data
- 1-year max backtest length
- 50 kept strategy versions
- Tektii Boards
- Email support (48h)
Analyst
Deep analysis for serious strategy development
- 2,000 backtests/month
- Unlimited historical data
- 5-year max backtest length
- Unlimited kept strategy versions
- Multi-scenario Tektii Boards
- Multi-instrument backtesting
- Priority email support (24h)
Questions about pricing? Check our FAQ or contact sales
Ready to take your trading to the next level?
Build and validate trading strategies with professional tools. Backtest with confidence, all in one platform.
No credit card required • Free forever plan • Cancel anytime
Past backtesting performance does not guarantee future results. Tektii is a technology platform, not a financial advisor.
Learn more
Explore guides and resources for algorithmic traders