Coach definition, not a live verdict. These pages show how the X-ray Coach defines this concept and where its thresholds sit, sourced from the coach's own code. Unlike the tactic pages, nothing here runs a live detector — example boards illustrate the rule, they don't execute it.

What it means

The exact rule the X-ray Coach applies

  • Bad exchange when ahead (greed): when already up material, how often you initiated an exchange the engine judged worse for you by SEE.
courses.ts:172 (greedRate)
  • Bad exchange in balance: when material was level, how often you initiated an exchange the engine considered worse for you.
courses.ts:176 (badExchangeEqualRate)
  • Bad exchange when behind: when down material, how often you initiated a further losing exchange instead of staying patient.
courses.ts:178 (badExchangeBehindRate)

Why it matters

These three rates segment one underlying skill — initiator-side trade judgement — by material context. They are correlated by design, not independent signals.

Related