Bybit Auto-Trading Setup Guide
From Bybit API key registration to IP whitelist setup and Signal Bot message copying. Check the step-by-step guide to connect Bybit exchange to AlertWays and start auto-trading.
1 Register API Key
For Bybit account security, Trading Permissions (Order, Position)must be enabled, and withdrawal permissions must remain disabled.
- IP Whitelist:
43.202.226.64Registration Recommended - After connection, verify normal operation via paper trading or small orders first.
2 Copy Signal Bot
Paste the JSON message provided by AlertWays Signal Bot exactly into the 'Message' field of the TradingView alert. Webhook URLis fixed to the address below.
https://alertways.com/api/v1/webhooks/tradingview
{
"exchange": "bybit",
"market": "futures",
"mode": "live",
"ticker": "{{ticker}}",
"strategy_position_size": "{{strategy.position_size}}",
"order_action": "{{strategy.order.action}}",
"token": "Unique token copied from Signal Bot"
}
3 Check Test Order
Before live trading, use Bybit Paper Trading environment to finally check if the strategy sends orders as intended.
- After an alert is triggered, Order History DashboardCheck real-time execution status at
- If execution fails, re-check API key permissions, whitelist, and token values in JSON.
"Bybit connection complete. Now start auto-trading without staying in front of the charts."