Elevate your trading with
AI-powered strategy

Trade crypto on 30+ exchanges with machine precision and zero emotional bias — 24/7, self-hosted, entirely yours.

127.0.0.1:8080 — Xplitrade
Xplitrade Dashboard
Xplitrade Chart
Xplitrade Analytics
Connects to all major exchanges
Binance
Bybit
OKX
Kraken
Gate.io
Hyperliquid
Bitget
HTX
KuCoin
BingX
Bitvavo
MyOKX
+ 18 more
Live Demo
The most powerful tools,
all in one place

Watch the XplitradeProStrategy identify setups, place trades, and exit automatically — all from your own machine.

30+
Exchange Connectors
500+
Tradable Pairs
100%
Self-Hosted
24/7
Always Running
BTC / USDT
XplitradeProStrategy · 1H
LIVE
$78,400.00
+1.24%
Entry
Exit
Stop
P&L: +0.00 USDT
Capabilities
Built for every
layer of the stack

AI Strategy Engine

FreqAI trains adaptive ML models on live market data. Hyperopt tunes every parameter using Bayesian optimization.

Real-Time Charting

Live Binance WebSocket feed with candlestick charts. Draw trend lines, horizontal levels, and vertical markers directly on the chart.

Risk-First Design

Hard stoploss, trailing stop, tiered ROI table, and position sizing enforced at the engine level — not left to strategy code.

30+ Exchanges

Binance, Bybit, OKX, Kraken, Gate, Hyperliquid and more via CCXT. Spot and futures. Switch exchanges without touching your strategy.

Telegram & Discord Control

Start, stop, check open trades, force-exit positions, and get P&L reports — all from your phone via bot commands.

Backtesting Engine

Test against years of OHLCV data before risking capital. Visualize every simulated trade on a chart and compare strategy versions.

Download
One-click install
for every platform

Choose your platform. Xplitrade runs natively on Windows, macOS, and Linux — or spin it up in Docker.

🪟 Windows
Installer available

One-click .exe installer. Checks Python, installs TA-Lib, sets up Xplitrade, and adds a desktop shortcut — no command line needed.

Requires Windows 10/11 · Python 3.11+ must be installed first

Download .exe
🍎 macOS & Linux
pip install

Install in one command. Uses pip to pull the latest release with all dependencies. Works on Intel and Apple Silicon.

Requires Python 3.11+ · TA-Lib via Homebrew or conda recommended

pip install xplitrade
🐳 Docker
Recommended for servers

The cleanest way to run 24/7. All dependencies bundled — no Python, no TA-Lib setup. Perfect for VPS or cloud deployment.

Requires Docker Desktop (Windows/Mac) or Docker Engine (Linux)

docker compose up -d
Get Started
Up and trading
in minutes
01 —

Install

Requires Python 3.11+ and TA-Lib. Works on Linux, macOS, and Windows.

pip install xplitrade
02 —

Configure

The wizard scaffolds an exchange-ready config with risk defaults already set.

xplitrade new-config
03 —

Trade

Launch the bot. Open localhost:8080 for the live dashboard.

# paper trading — no risk xplitrade trade --config config.json # UI only, no trading xplitrade webserver --config config.json
config.json
{ "stake_currency": "USDT", "stake_amount": "unlimited", "max_open_trades": 10, "dry_run": true, "dry_run_wallet": 1000, "stoploss": -0.05, "trailing_stop": true, "trailing_stop_positive": 0.02, "trailing_stop_positive_offset": 0.05, "minimal_roi": { "60": 0.03, "30": 0.05, "0": 0.10 }, "exchange": { "name": "binance", "pair_whitelist": [ "BTC/USDT", "ETH/USDT", "SOL/USDT", "BNB/USDT" ] }, "strategy": "XplitradeProStrategy" }
FAQ
Common
questions

Everything you need to know before you start trading.

Yes, completely free and open-source. You run it on your own hardware — there are no subscriptions, no fees, and no middlemen taking a cut of your profits.
Yes — API keys are needed to fetch live market data even in dry-run. However, dry-run never places real orders. Use read-only keys for maximum safety while testing.
Yes. Xplitrade runs on Windows 10+, macOS, and Linux. Windows users should install TA-Lib via the provided wheel file — the install guide covers this step.
Absolutely. Strategies are plain Python files that inherit from IStrategy. Run xplitrade new-strategy to scaffold a template, then add your indicators and entry/exit logic.
Connect a Telegram bot or Discord bot in your config. You can then start/stop the bot, check open trades, force-exit positions, and get daily P&L summaries directly from your phone.

Ready to trade
without emotion?

Install Xplitrade in minutes. Start in dry-run, validate your strategy, then go live when you're confident.

Install Now — It's Free
$ pip install xplitrade