Notes on trading psychology, simulator design, technical decisions, and how we think about building tools for serious traders. No noise — we publish when there's something worth saying.
Most traders practice by scrolling a chart backward and eyeballing entries in hindsight. It feels productive. It isn't. The moment you see a clean setup on a historical chart, your brain has already processed the outcome — the candles following the entry are visible in your peripheral vision, the structure is resolved, the uncertainty is gone.
True deliberate practice requires uncertainty at the point of decision. Bar-by-bar replay restores that. You don't know what the next tick looks like. You have to manage the trade in real time, including the uncomfortable part where price moves against you before it moves in your favor.
Live paper trading is honest but slow. At 1× speed you can maybe log 4–6 setups per session. If your edge appears twice a week, building 300 repetitions takes three years.
At 20–50× speed on a replay simulator you can run the same number of setups in a weekend. Pattern recognition accelerates. Journal entries accumulate. Weaknesses show up fast — a three-year feedback loop compresses to a month of focused work.
A simulator is only useful if you can run it for hours without it fighting back. We built the replay engine around one rule: the UI must stay responsive even at MAX speed. Hover tooltips track, the order panel accepts input, the chart redraws cleanly — whether you're at 1× watching each bar form, or at 50× compressing a month into an afternoon.
Practically this means your browser stays under 5% CPU even at top speed, the fan doesn't spin up, and you can leave a session running in a background tab without it stealing your machine. Tested on a 6-year-old laptop at 60fps from the first bar to the last.
We're working on posts covering instrument selection for practice, how to structure a focused replay session, and a breakdown of the analytics metrics Backcandle tracks. Subscribe to the changelog or check back here.