elmonds.com · local pro stack

Pulse

Professional local path: Binance → q/kdb → Next.js API → UI. Falls back to the browser engine if q is offline.

source: enginemode: connectingticks: 0bars: 0tick demo →

BTC · 1m candles

VWAP · vol

Volume spikes

From q when source is kdb (2.5× prior 20-bar average).

  • No spikes yet. Keep watching.

Trade tape

Latest BTC prints via Next.js API.

    Local professional stack

    Binance → feedhandler → tickerplant :5010 → RDB :5011 → HDB :5012, with Next.js reading the gateway on :5013. Walk the architecture on /demo.

    npm run kdb
    npm run kdb:ingest
    npm run dev
    
    # UI:   http://localhost:3000
    # Demo: http://localhost:3000/demo
    # GW:   http://127.0.0.1:5013/health

    Demo only. Not financial advice. Built for learning kdb/q locally.