Configuration

Manage credentials and connection settings for TradingView and Interactive Brokers.

Environment status

Update values in your .env.local file and restart the server to apply changes.

TradingView webhook secret

Configured

TRADINGVIEW_WEBHOOK_SECRET

IBKR host

Missing

IBKR_HOST

IBKR port

7497

IBKR_PORT

IBKR client id

Configured

IBKR_CLIENT_ID

IBKR account id

Configured

IBKR_ACCOUNT_ID

IBKR paper mode

Enabled

IBKR_PAPER

TradingView webhook setup

Paste one of the following URLs into your TradingView alert webhook and include the secret in the JSON payload or request header.

http://localhost:3000/api/tradingview/webhook
https://your-domain.com/api/tradingview/webhook

IBKR connection checklist

  • Enable API connections in TWS or IB Gateway.
  • Whitelabel the server IP if required by IBKR.
  • Use a dedicated client ID for this integration.
  • Start with a paper account to validate execution flow.

Planned configuration panel

The next milestone adds a secured UI to edit credentials, risk limits, and symbol allowlists without touching environment files.

Risk controls

Max position size, daily loss limits, and per-symbol caps.

Alert routing

Map strategies and symbols to specific IBKR accounts.