β
Loading the weekβ¦
R by trade
Each closed trade this week, in R β green above the line pays for red below it.
π§ Coach's notes
Rule-based, plain English β the same questions a coach would ask reading this ledger.
- Reading the weekβ¦
Where the R came from β by setup / source
Which tool or setup originated each trade (as recorded on the journal entry). Feed the winners, starve the losers.
β
π‘οΈ Discipline score
Checklists vs fills, overrides, the overtrading counter, and stop overruns β process quality, independent of P&L.
β
π€ The system's week (Deep Dive 15 scorecard)
Graded picks from the engine's rolling scorecard plus the calibration read β so you can compare your week to the system's.
Checking the scorecardβ¦
π How the grade is computed (the whole formula)
1 Β· Expectancy (in R):
2 Β· Expectancy points (0β60): β₯ +0.50R β 60 Β· β₯ +0.25R β 50 Β· > 0R β 40 Β· β₯ β0.25R β 25 Β· worse β 10 Β· no closed trades β 35 (neutral β the grade rides on discipline).
3 Β· Discipline score (0β100): start at 100, subtract:
4 Β· Grade:
Dollar figures use your actual journal P&L; the "$ at 1% risk" line converts total R at the $2k house rule ($20 per R). Full math:
expectancy = winRate Γ avgWin β lossRate Γ avgLoss, where avgWin / avgLoss are average magnitudes in R and break-evens count as 0R losses.2 Β· Expectancy points (0β60): β₯ +0.50R β 60 Β· β₯ +0.25R β 50 Β· > 0R β 40 Β· β₯ β0.25R β 25 Β· worse β 10 Β· no closed trades β 35 (neutral β the grade rides on discipline).
3 Β· Discipline score (0β100): start at 100, subtract:
(1 β checklists/fills) Γ 50 (a fill without a passed checklist is a violation) Β· overrides Γ5 (cap 20) Β· overtrading-amber days Γ5 (cap 15) Β· stops widened/overrun (loss β€ β1.5R with a planned stop) Γ10 (cap 20).4 Β· Grade:
total = expectancy points + disciplineScore Γ 0.4 β A β₯ 85 Β· B β₯ 70 Β· C β₯ 55 Β· D β₯ 40 Β· F below.Dollar figures use your actual journal P&L; the "$ at 1% risk" line converts total R at the $2k house rule ($20 per R). Full math:
/lib/weekly-math.js, tested by scripts/test-weekly-review.js.