Module 6 · Risk management

Reward-to-risk & thinking in R

Lesson 6.4 · ~8 min read · 41st of ~51

"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.

The idea, in plain language
Stop counting dollars, start counting R

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."

Compare
any trade, any account
R normalizes everything, so a trade on a penny stock and one on a blue-chip sit on the same scale.
Compute
expectancy, easily
Since a loss is ≈ −1R, expectancy in R falls right out of your win rate and average win.
Fingerprint
find your edge
Average R per setup and timeframe reveals what actually works for you — the whole goal of the course.
Reward-to-risk: the ratio that lets you be wrong

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:

Break-even win rate = 1 ÷ ( 1 + reward-to-risk ) 2:1 → need just 33% · 3:1 → need just 25% · 1:1 → need a full 50%

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.

R closes the loop on expectancy

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:

Expectancy (R) = (Win% × avg win in R) − (Loss% × 1R) e.g. win 40% at +2.5R avg → (0.40 × 2.5) − (0.60 × 1) = +0.4R per trade

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.

See it on a chart

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

+2R · target +1R 0R · entry −1R · stop 1R risk 2R reward entry
↳ The entry-to-stop distance is your 1R unit. Everything else is measured in it: the target sits 2R away, so this is a 2:1 trade. Win and it's +2R; lose and it's −1R — and you knew both numbers, in the same units, before you clicked.

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 ratio → 50% 1:1 33% 2:1 25% 3:1 20% 4:1
↳ Win rate needed just to break even. At 1:1 you must win half your trades; at 2:1 only a third; at 3:1 a quarter. Insisting on at least 2:1 means you can be wrong two times out of three and still come out ahead — which is exactly why reward-to-risk, not win rate, is where you focus.
The honest truth

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.

Try it yourself

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 →
Three things to keep