Now live on Binance, Bybit & Hyperliquid

Automate Your
Crypto Trading

Browse proven strategies from the marketplace, backtest with real market data, and deploy to your exchange account — all from one dashboard. No code required.

3 Exchanges
24/7 Automated Trading
Your Keys Your Exchange
Free To Get Started

Everything you need to trade smarter

From finding strategies to live deployment and portfolio tracking.

Strategy Marketplace

Browse community-built strategies with verified backtest results. Filter by win rate, PnL, drawdown, and trading style — scalping, swing, grid, DCA, momentum.

Cloud Backtesting

Test any strategy against historical data before risking real capital. See PnL curves, drawdown, win rate, and every individual trade.

One-Click Deploy

Connect your exchange API keys, pick a strategy, set your parameters, and deploy. Your bot trades 24/7 with automatic TP/SL and order management.

Portfolio Tracking

Monitor positions, PnL, and balance across all connected exchanges in real time. Export trade history to CSV anytime.

Live Dashboard

Watch your bots trade in real time. WebSocket-powered dashboards show every order, fill, and position update as it happens.

Your Keys, Your Control

We never touch your funds. Exchange API keys are AES-256 encrypted at rest and decrypted only in memory. You keep full withdrawal control.

Strategies that perform

Every listing shows verified backtest metrics. Review results before you buy.

BounceBack Scalper

scalping

High-frequency limit order strategy targeting micro price movements on perpetual futures.

+34.2% PnL (30d)
72% Win Rate
-4.1% Max DD

Grid Master

grid

Adaptive grid trading with dynamic spacing based on ATR volatility bands.

+18.7% PnL (30d)
89% Win Rate
-2.3% Max DD

Trend Rider

momentum

Multi-timeframe momentum strategy using EMA crossovers with RSI confirmation signals.

+52.1% PnL (30d)
58% Win Rate
-8.6% Max DD

Live trading in three steps

No coding, no infrastructure, no complexity.

1

Pick a Strategy

Browse the marketplace or upload your own. Review backtest results, win rates, and risk metrics before committing.

2

Connect Your Exchange

Link your Binance, Bybit, or Hyperliquid account with API keys. Encrypted storage — we never have withdrawal access.

3

Deploy & Monitor

Set your parameters, hit deploy. Watch your strategy trade 24/7 and track every order in real time.

Build strategies in Rust

Write custom strategies with the type-safe SDK. Access built-in indicators, realistic backtesting with slippage and fees, and vectorized parameter sweeps that test millions of combinations in seconds.

  • Rust SDK with Strategy trait & 15+ built-in indicators
  • CLI — init, build, run, backtest, sweep, publish, and more
  • 18µs data loading with zero-copy mmap
  • SoA vectorized batch parameter sweeps
  • Publish and sell strategies on the marketplace
my_strategy.rs
use tradectl_sdk::{Strategy, Action, TickerEvent,
    StrategyContext, Params, ParamDef};

tradectl_sdk::declare_strategy!("my_strategy", MyStrategy::new);

pub struct MyStrategy { order_size: f64 }

impl MyStrategy {
  pub fn new(params: &Params) -> Self {
    Self { order_size: params.get("order_size", 0.1) }
  }
}

impl Strategy for MyStrategy {
  fn on_ticker(
    &mut self,
    ticker: &TickerEvent,
    ctx: &StrategyContext
  ) -> Action {
    // Your strategy logic here
    Action::Hold
  }

  fn name(&self) -> &str { "my_strategy" }
  fn describe(&self) -> &str { "My first strategy" }
}

One command to get started

terminal
$ curl -fsSL https://tradectl.com/install.sh | sh
Linux x86_64 Linux aarch64 macOS Intel macOS Apple Silicon

Or download manually →

Start free, scale as you grow

Every plan includes the web dashboard, CLI tools, and exchange connections.

Free

$0

Get started with the basics

  • 3 strategies
  • 10 backtests / month
  • 1 live bot
  • Dashboard & monitoring
  • Community support
Get Started

Starter

$29/mo

For active traders

  • 25 strategies
  • 100 backtests / month
  • 5 live bots
  • Parameter optimization
  • Email support
Start Trading

Supported Exchanges

Connect your existing accounts. We support perpetual futures on all major exchanges.

Binance
Bybit
Hyperliquid

Ready to automate your trading?

Join traders running strategies 24/7 on Binance, Bybit, and Hyperliquid.