// TRADERVIEW — WALKTHROUGH

>_END-USER WALKTHROUGH

Eighteen self-contained stages, from first boot through every major view, the 648-tile Cmd-K launcher, broker imports, FIFO trade roll-up, journal + AI post-mortem, the 17-cut report engine, live halt / catalyst / scanner streams, stryke-JIT backtests, custom indicators, strategy alerts, Schedule D / C tax exports, and the community surface. Each page is a deep dive on the controls, the data flow, the IPC route, and the gotchas — grounded in the current code, not vibes.

How to useStart at step 01 and work forward with the Next button at the bottom of each page, or jump to any step from the grid below. Every page references the route handlers in crates/traderview-web/src/routes/, the view modules in frontend/js/, and the schema in migrations/ by path.

Chapter 01 — Getting started
Chapter 02 — Core trading data
Chapter 03 — Live markets
Chapter 04 — Strategy & automation
Chapter 05 — Risk & tax
Chapter 06 — Community & customization