Changelog

What shipped, when. The independence arc in public.

2026-07-17

Plain-English alerts — compiled, not interpreted

  • Describe an alert the way you’d say it — “NVDA RSI below 30 on the 1h”, “BTC above 70k, email me” — and we compile it once into a deterministic rule you can read before you arm it.
  • Zero AI at trigger time: other tools run a language model on every price tick — slow, costly, and non-deterministic. We compile once to an auditable rule the alerts engine runs cold, so a fired alert is always explainable.
  • Rules-first, so it keeps working even when every AI vendor is down; the model only proposes and one shared grammar validates everything — nothing armable can bypass the check.
  • Honest by design: it refuses to invent a rule it can’t understand, and tells you up front when a symbol’s live feed is offline instead of silently never firing.

2026-07-13

Independence & Excellence arc

  • 51,000 lines of legacy and simulation-theater code deleted; TradingView 100% purged
  • Alerts v1.1: RSI + day-move conditions, recurring re-arm, fired-alert history, draggable alert lines, browser notifications
  • Order-flow v2: raw time & sales with real aggressor side, whale-size buckets, session CVD
  • Server-side deep Volume Profile with POC/VAH/VAL over full stored history
  • Saved workspaces (cross-device), walk-forward consistency + slippage in Strategy Lab
  • Self-hosted fonts, first-party analytics, single LLM router with own-model-first routing
  • New drawing tools: parallel channel, fib extension, extended + vertical lines
  • Right-click chart menu, bar-by-bar replay stepping, watermarked chart snapshots

2026-07-12

Alerts from the chart (C6)

  • Server-side alerts engine on our Postgres + live tick channels, one-shot atomic triggers
  • Alert bell, amber chart price lines, per-user toast fanout over the ws relay

2026-07-11

Session 9–10: mobile terminal + Stage F

  • Mobile 390px terminal, 4h server-side aggregation, countdown-to-bar-close, session breaks
  • Strategy Lab: repaint-honest in-browser backtester on our indicator engine
  • Auto key levels (PDH/PDL/PDO/PDC), anchored VWAP, correlation + seasonality panels
  • Order-flow v1: book-imbalance gauge + volume-burst tape from real Coinbase L2

2026-07-09

Independence A+B+C

  • Own market-data pipeline: vendor router, drop-proof TimescaleDB history, real Coinbase crypto feed with L2 depth
  • Clerk removed — first-party auth (email+password, TOTP MFA, sessions in our Postgres)
  • 23-indicator engine, interactive drawings with cloud persistence, own heatmap/calendar/ticker widgets