All tools
Real-timePositions · Orders · Quotes · WebSocket

IB en Vivo (real-time)

Conexión directa a tu Interactive Brokers TWS o IB Gateway local. Posiciones, órdenes y quotes en vivo vía WebSocket. Coloca y cancela órdenes desde el navegador. Sin polling, sin batching — verdadero real-time como IB-Matlab, pero en tu navegador.

Bridge connection

Disconnected

Connect to your bridge above to see live positions, place orders, and monitor events in real-time.

How it works

Tres pasos para el real-time real

01

Open IB Gateway in paper mode

Download IB Gateway (free with any IB account). Log into your paper trading account. Enable socket API in Settings → API. The bridge connects on localhost:7497.

02

Run the bridge locally

Run `npm start` in the fulcrum-quant-ib-bridge repo. Then expose it with `cloudflared tunnel --url http://localhost:8080`. Copy the URL + a secure random API token.

03

Connect & trade

Paste the tunnel URL + token below. Live positions, orders, and quotes stream in real-time via WebSocket. Place orders, cancel them, monitor executions — all from the browser.