Reward-to-risk & thinking in R
"I made $340 today." Is that good? You have no idea — and neither does the person who said it. On a $2,000 account risking too much, it might be reckless; on a $200,000 account it's a rounding error. Dollars are a terrible way to measure trading. There's a better unit, and once you switch to it, everything about your performance suddenly becomes clear and comparable.
That unit is R. You've seen it flicker through the last few lessons; now we make it the language you think in. R is what turns a messy pile of trades into a track record you can actually read — and it's the exact unit your fingerprint is written in.
R is your risk on a trade — the distance from your entry to your stop, which (from last lesson) is a fixed small slice of your account, your 1%. That's your one unit of risk. Now measure every outcome as a multiple of it. Stopped out? That's −1R. Made twice what you risked? +2R. Bailed early for half your risk? +0.5R. Instead of dollars, you count how many times your risk you won or lost.
Why is this such a big deal? Because R makes every trade comparable — the whole point the dollar can't do. A +2R win on a $10 stock and a +2R win on a $500 stock are the same quality trade, even though the dollar amounts are wildly different. A +2R this year and a +2R three years ago mean the same thing, even though your account was a different size. R strips away account size, share price, and position size, leaving only what matters: how good the trade was relative to what you risked. It's the universal unit of trading — miles instead of "kind of far."
Before you enter, you can already see two of a trade's three numbers: the distance to your stop (your risk, 1R) and the distance to your target (your potential reward). Compare them and you get the reward-to-risk ratio. Risk $2 to make $4? That's 2:1 — a 2R target. This is the number your checklist asked for in Lesson 5.6, and it's the lever that keeps expectancy positive without you controlling your win rate at all.
Here's the beautiful part. A good reward-to-risk ratio lets you be wrong more often than right and still make money. The win rate you need just to break even is:
Sit with that. At 2:1, you only need to win about one trade in three to break even — anything above that is profit. At 3:1, one in four. This is the arithmetic behind the puzzle from Lesson 6.1: that's how a trader who's right 45% of the time gets rich — they only take trades where the reward is at least double the risk, so a sub-50% win rate is plenty. And it's why you simply refuse trades below your minimum (say 2:1). A 1:1 trade demands a 50% win rate you can't reliably hit; skip it. Demanding good reward-to-risk is the single most controllable way to stack the odds in your favor.
Now the two ideas snap together. Expectancy — the only number that matters — is trivial to compute in R, because your losses are all about −1R:
A positive number means a real edge — you expect to grind out that many R per trade, on average, over many trades. And because it's in R, you can compute it separately for each setup, each timeframe, each indicator, and see which ones are actually profitable for you. That is precisely the readout you saw all the way back in Lesson 0.1 — the fingerprint table, with an "Avg R" column for every timeframe and tool. Now you know why it's in R and not dollars: R is the only unit that makes those comparisons honest. Thinking in R isn't an accounting quirk; it's the lens that eventually shows you your own edge.
First, R as a ruler on a single trade — the risk to the stop is 1R, and the target is measured in the same units:
the R ruler · risk 1R to the stop, aim 2R to the target = 2:1
And the payoff of good reward-to-risk — the better the ratio, the less often you need to be right:
break-even win rate · the better your reward:risk, the more you can be wrong
Reward-to-risk is easy to fake, and faking it just lies to yourself. The two cheats: setting a fantasy target far away to make the ratio look great (the trade never reaches it), or choking your stop unnaturally tight to shrink the risk (you get stopped out by noise, exactly the mistake from Lesson 6.2). Both inflate the number on paper and destroy it in reality. The stop must sit where you're genuinely wrong, and the target must be somewhere price can plausibly go — a prior high, a measured move, real structure. An honest 2:1 beats a made-up 5:1 every time.
Two more honest points. Reward-to-risk and win rate are linked: a very high ratio usually comes with a lower hit rate (far targets get reached less often), so chasing 10:1 dream trades isn't free — you'll win rarely. Aim for a realistic sweet spot, not the biggest ratio imaginable. And R thinking is only as good as your honest logging: garbage records give garbage stats, and a fingerprint built on wishful records is worse than none. Log the R you actually got — including the messy trades you exited between stop and target — not the R you wish you'd gotten. That discipline is what makes the whole system tell you the truth.
With R, the risk-management picture is complete. The stop caps each loss at −1R, position sizing makes that 1R a fixed slice of your account, and reward-to-risk ensures your wins are worth more R than your losses cost — so expectancy comes out positive and survival is guaranteed. You now have the full machine for staying alive and growing. What's left in this module are the guardrails: a short, non-negotiable rulebook that stops the specific behaviors that blow accounts up, and the one risk a stop can't protect you from — the overnight gap. Those are the next two lessons.
Open the Lab and change your unit: from now on, don't record trades in dollars — record them in R. Before each trade, mark your stop (1R) and your target, and only take it if the reward is at least 2R. After it closes, log the actual R you got.
After a batch, tally your average R per trade — that's your expectancy, live. Try computing it separately for each setup you used. You'll start to see, in your own numbers, which trades are worth taking and which quietly bleed — the very beginning of reading your fingerprint. Thinking in R is the habit that makes every future lesson, and the whole Lab, actually measurable.
Open the Lab →- R is your risk per trade (your 1%). Measure every outcome in R (−1R, +2R…) so trades become comparable across accounts, prices, and years — the unit your fingerprint is written in.
- Reward-to-risk lets you be wrong and still win: at 2:1 you only need a ~33% win rate to break even. Demand a minimum (≈2:1) and skip trades below it.
- Expectancy in R = (Win% × avg win) − (Loss% × 1R). Don't fake the ratio with fantasy targets or choked stops — and log the R you actually got.