Core Concepts

R Tracking (Available vs Captured)

Tracking how much R was available each session vs how much you actually captured — measures execution quality

R tracking is the practice of recording two numbers for every trading session: R available (the total risk-to-reward from all valid entries that met your plan) and R captured (the R you actually captured from trades you took). For example, if London session had 3 valid entries with 4:1, 3:1, and 5:1 R:R, that is 12R available. If you took one trade and captured 4R, your capture rate is 33%. This metric measures execution quality over time. A low capture rate (under 30%) means you are either missing valid entries or exiting too early. A capture rate above 50% is excellent — it means you are executing more than half of your identified edge. R tracking is done as part of the end of day markup process. Each session gets its R numbers, and at the end of each week you total them up. The weekly total shows how much edge your framework produced and how much of it you captured. Over months, the capture rate should improve as your real-time pattern recognition (built through daily markups and bar replay) catches up with your hindsight analysis.

How to Recognize

  • R available = total R from all valid entries in a session (whether you traded them or not)
  • R captured = total R from entries you actually took and managed
  • Capture rate = R captured / R available — measures execution quality
  • Track weekly totals: sum all sessions, calculate weekly capture rate, note trends

How to Avoid

  • Only counting R from trades you took (the whole point is measuring the gap)
  • Inflating R available with low-quality entries (only count entries that met your plan)
  • Getting discouraged by a low capture rate early on (30% is normal at the start)
  • Obsessing over individual sessions (the metric is meaningful over weeks and months, not days)