Skip to content
The Method — Score formula, in the openCap 10.0

Four lines.
One note.
No secret.

The Score is not a ranking and not a grade. It is the weighted average of four readings of your register. Here it is, in the order it is computed, with its window, threshold, and rounding.

  1. 01

    Regularity

    Weight · 30%

    A lesson opened or a trade logged counts for that day. The score is the fraction of active days over the window, capped at 10.

    Reading window · 30 rolling days

  2. 02

    Precision

    Weight · 25%

    Net-of-fees win rate weighted by average R. A sequence of small wins taken too early lowers this component as much as a true loss.

    Reading window · last 20 closes

  3. 03

    Honesty

    Weight · 25%

    Fraction of closed trades that carry a written note. No unnoted win is ignored: it is simply unread.

    Reading window · across the whole slate

  4. 04

    Review

    Weight · 20%

    Old mistakes reviewed in the window / mistakes waiting. A reread counts as much as a new lesson; the craft knows it.

    Reading window · last 14 days

  5. Final Score

    Σ · 30/25/25/20

    cote = 0.30·rg + 0.25·pr + 0.25·hn + 0.20·rv, borné à 10.0

    The Score is computed on every load and rounded to the tenth. It can fall, by design. If you find a flaw in the formula, write to us — it will enter /erratum before being fixed here.