Four bots. One terminal.
Webhook bot receives TradingView alerts. Signal bot executes from built-in scanner signals. DCA bot automates dollar-cost averaging with configurable intervals. Grid bot places buy/sell ladders across a price range. All managed from one dashboard.

Four ways to automate

Webhook and signal bots
Webhook bot: POST a JSON payload with symbol, side, and size — the bot executes. Signal bot: connect any scanner signal to automatic paper trading. Both run server-side with queue management.
- REST webhook endpoint
- Scanner-to-execution pipeline
- Queue with retry logic

DCA and grid bots
DCA bot: set interval and amount, the bot buys on schedule. Grid bot: define price range and grid count, the bot places ladders and captures range-bound profit.
- Configurable DCA intervals
- Grid with take-profit per level
- Server-side execution (works offline)
webhook, signal, DCA, grid — all server-side, all managed in one dashboard
Control center for all bots
Dashboard
Start, stop, monitor all bots from one panel. Live PnL, order history, error log.
Emergency stop
One-click kill switch. Cancels all pending orders and closes all positions across all bots.
Shadow mode
Run any bot in paper mode first. Same logic, zero risk. Validate before going live.
Performance tracking
Per-bot PnL, win rate, drawdown. Compare bot performance over time.
Server-side execution
Bots run on the server, not in your browser. Close the tab — bots keep working.
Configurable risk
Max position size, daily loss limit, and per-trade risk rules per bot.
Launch a bot in three steps
- 01
Choose a bot type
Open Auto-trading panel. Select Webhook, Signal, DCA, or Grid.
- 02
Configure
Set parameters: symbol, size, interval (DCA), grid range, webhook URL.
- 03
Start in shadow mode
Test with paper trading first. Switch to live when confident.
Does it trade real money?
Do bots run when I close the browser?
Can I use TradingView alerts?
Which tier do I need?
Automate your edge
Four bot types. Server-side execution. Shadow mode for safe testing.