2026-05-14 · v0.7 · Live Data Sweep
🎯 Every narrative page now shows real Finnhub data or a clear "needs paid feed" banner
New live-data pages
- Trade of the Day auto-picks top mover and templates the brief from live spot
- Dashboard, Plays, Signals, Momentum, Pre-Market, TA Scanner, Hot Movers, Heatmap all driven by live Finnhub WS
- Smart Money pulls real Form 4 insider transactions + MSPR sentiment
- News, Earnings Calendar wired to real Finnhub endpoints
- Fundamentals, Ticker Focus, Earnings Preview use
/stock/profile2, /stock/metric, /stock/recommendation
- Watchlists auto-fetch any symbol you add via Finnhub REST
- Crypto Desk live BTC/ETH with sparklines + crypto-adjacent equity BTC-beta
Demo banners on synthetic-data pages
- options-flow, options-chain, gex, vol-surface, vol-cone, zero-dte, dark-pool, short-interest, etf-flows, market-internals, tape, sectors, macro, anomalies, screener, seasonality, backtester, portfolio-builder, risk-dashboard
- Each names the specific paid feed (Polygon Options Starter $29, Unusual Whales, S3 Partners, etc.) and links to Settings
Critical fixes
- prevClose now bootstraps from Finnhub REST on connect — no more stale "+345%" garbage
- Wildcard
Feed.publish('*') after bootstrap so pages re-render with real data
- Finnhub crypto symbol mapping:
BTC → BINANCE:BTCUSDT
- Hot Movers now filters to
q.fresh === true symbols only
2026-05-14 · v0.6 · Open Beta — Paywall Removed
🎉 Everything free during beta
- Removed the $0 / $49 / $149 tier wall
- Nav now shows "FREE BETA" badge and a free-Subscribe button
- about.html rewritten as open-beta pitch with value-prop grid
- Email signup grandfathered to lowest tier when paid pricing eventually returns
2026-05-14 · v0.5 · Hedge-Fund Mode
🏛 Strategy + Discipline tools shipped
New pages
- Trade Plan Generator · Multi-Leg Builder · Bracket Order Builder · Spread Scanner · Wheel Tracker
- Squeeze Radar · Hot Movers · AI Scout (Claude-powered) · Game Plan · Earnings Preview · Correlation Matrix · Mindset Tracker
- Paper Trading (against live ticks) · Single-Symbol Focus (ticker.html)
- Volume Profile (VPVR + Market Profile) · Order Flow heatmap · Learn Dashboard
Global UX layer
- ⌘K command palette (universal jump to any page / ticker / action)
- ? hotkey help overlay ·
g+letter chord nav
- Site-wide toast notifications · first-visit onboarding tour
- PWA service worker (installable + offline cache)
- Light/dark theme toggle
- Mobile bottom-tab nav
Engine upgrade
- Learn engine now scores conditionally:
setup × sector × DoW × hold-band × VIX regime
- 19 hedge-fund-grade default rules in Mindset Tracker
2026-05-13 · v0.3 · LIVE on options.bpleone.com
🟢 Site went live
- Domain rename: equity.bpleone.com → options.bpleone.com
- Deployed to GitHub Pages (Keyvaniath/bpleone-options-desk)
- DNS resolved via Cloudflare (CNAME options → keyvaniath.github.io)
- HTTPS via Let's Encrypt
2026-05-13 · v0.2 · Real Data + AI Plumbing
📡 Provider adapters + Claude API
- WebSocket adapters: Finnhub (free), Polygon, Tradier, Alpaca
- Settings page for API key config + provider switching
- Claude API wrapper for the AI Assistant (browser-direct, BYOK)
- Auto-loading companion modules so every page gets ⌘K + hotkeys
- Live data status pill in the nav (MOCK / LIVE · PROVIDER)
2026-05-12 · v0.1 · Initial Build
🏗 Foundation laid
- 44 static HTML pages spanning the options/TA workflow
- Self-learning engine (
learn.js) — setup weights from realized R
- Mock tick engine (OU random walks) for design preview
- Black-Scholes + Greeks library
- Trade journal, watchlists, alerts (localStorage)