What is tradectl?
tradectl is a crypto trading platform. Browse proven strategies from the marketplace, backtest them with real market data, optimize parameters, and deploy to live exchanges — all without managing infrastructure.
Developers can write custom strategies in Rust using the tradectl SDK and sell them on the marketplace.
Key Principles
- You own your keys. tradectl never custodies funds. You connect your own exchange API keys with trade-only permissions.
- Test before you trade. Every strategy has verified backtest results. Run your own backtests with real tick-level data before risking capital.
- No infrastructure to manage. Deploy strategies from the dashboard or CLI. tradectl handles execution, monitoring, and order management.
- Open marketplace. Browse community strategies or publish your own. Developers earn from every sale.
Architecture
┌─────────────┐ ┌──────────────┐ ┌─────────────────┐
│ tradectl │ │ tradectl │ │ Exchange APIs │
│ CLI │────▶│ Platform │────▶│ Binance/Bybit/ │
│ (Rust) │ │ (API + Web) │ │ Hyperliquid │
└─────────────┘ └──────────────┘ └─────────────────┘- CLI — scaffold, build, backtest, sweep, and run strategies. Handles login, exchange auth, and the marketplace.
- Platform — API server + web dashboard. Manages strategies, backtests, deployments, billing, and the marketplace.
- Exchanges — live WebSocket connections for market data and order execution.
Supported Exchanges
| Exchange | Market Types | Status |
|---|---|---|
| Binance | Linear Futures | Live |
| Bybit | Linear Futures | Live |
| Hyperliquid | Perpetuals | Live |
Plans
| Plan | Price | Highlights |
|---|---|---|
| Free | $0 | 3 strategies, 10 backtests/mo, 1 live bot |
| Starter | $29/mo | 25 strategies, 100 backtests/mo, 5 live bots, optimization |
| Pro | $79/mo | Unlimited strategies & backtests, 25 bots, marketplace selling |