A spreadsheet template aligned to the Reveal-Retrace-Run framework. Log every trade with the RRR stages, track your R:R, and let the built-in formulas calculate win rate, expectancy, and your equity curve.
CSV format — opens in Excel, Google Sheets, or Apple Numbers. Add the formulas below after your first 10 trades to see your stats.
Download CSV TemplateEvery row captures the Reveal (what happened), Retrace (entry level), and Run (target) — so you can audit whether you actually followed the Protocol.
Planned vs. actual risk-to-reward on every trade. See if your targets are realistic or if you're cutting winners short.
Add the formula to calculate your win rate from the Outcome column. Know your edge in 20 trades, not 200.
Average R per trade and a running P&L total. The two numbers that tell you if the system is working.
Win Rate: =COUNTIF(Outcome_range,"W")/COUNTA(Outcome_range)
Expectancy (R): =AVERAGE(Actual_R_range)
Total P&L: =SUM(PnL_range)
A+ Win Rate: =COUNTIFS(A_plus_range,"Y",Outcome_range,"W")/COUNTIF(A_plus_range,"Y")