Digital Edge Lab
Edge Academy / Risk Management
Module 3 · Lesson 2 6 min read

R Multiples and Thinking in R

Stop Counting Dollars, Start Counting R

New traders track results in dollars. Professionals track results in R. Understanding why is one of the fastest ways to sound — and think — like someone who's actually done this for years.

What R Actually Means

"R" is shorthand for one unit of risk: the amount you decided to risk on a trade, defined the moment you sized the position. If you risk $100 on a trade, that $100 is "1R" for that trade. Every outcome gets described as a multiple of that starting risk.

  • Lose the full stop: -1R
  • Make double your risk: +2R
  • Scratch the trade near breakeven: ~0R
  • Get stopped out early on a partial: -0.5R

Why Dollars Lie to You

Dollar figures don't compare across trades unless every trade risks the identical amount, which it usually doesn't — position size changes with stop distance, account size changes over time, and some setups justify more risk than others. A $200 win on a trade where you risked $200 is very different from a $200 win on a trade where you risked $50. In dollars, both say "+$200." In R, the first is +1R and the second is +4R. R normalizes every trade so your track record is actually comparable to itself.

Worked Example

Trader A risks $150 on a hypothetical NQ setup with a 7.5-point stop (7.5 x $20 = $150 for 1 contract) and it hits a target for $450 profit. That's +3R.

Trader B risks $50 on a hypothetical MNQ setup with a 25-point stop (25 x $2 = $50 for 1 contract) and it also nets $450. In dollars, identical outcome. In R, Trader B made +9R — a wildly better result relative to what was put at risk.

If you only looked at the dollar figures, both trades would look equally good. R multiples show you which trade actually reflects better decision-making and a better risk-to-reward setup.

Why Pros Think in R

  1. It separates skill from position size. A trader who consistently nets +2R per winning trade has a real, repeatable edge. A trader who made $2,000 today because they oversized a trade has a story, not an edge.
  2. It makes expectancy calculable. You can't average dollar outcomes meaningfully across different-sized trades. You can average R outcomes, and that average is the single number that tells you whether your strategy actually makes money over time (more on this in the expectancy lesson).
  3. It removes emotion from evaluation. "I made $340 today" feels good regardless of whether it was a well-executed +0.5R or a lucky +3R. "I averaged +0.4R across 5 trades today" tells you something honest about your process.

Setting Your R Before You Enter

R only works if it's fixed before the trade, using the position-sizing formula from the previous lesson. If you widen your stop mid-trade because price is "almost" hitting it, you've silently changed what "1R" means after the fact — and now your R multiples for that trade are fiction. The discipline of R depends entirely on the discipline of defining risk once, before entry, and not touching it.

Logging Trades in R

A simple trading journal should record, for every trade: the R risked in dollars, the R multiple result, and the setup used. Over 20-30 trades, your average R multiple and your win rate together tell you your expectancy — the actual, honest measure of whether your approach works. Dollars will fluctuate with account size and position size. R is the constant that lets you judge yourself fairly across a hundred different trades, on two different contracts, over six different months.

Takeaways

  • R is one unit of risk — the dollar amount you decided to risk on a trade — and every outcome should be described as a multiple of it (+2R, -1R, +0.5R).
  • R multiples let you compare trades fairly even when position size or stop distance differs, which raw dollar P&L cannot do.
  • R must be fixed before entry; widening a stop mid-trade retroactively invalidates the R multiple for that trade.
Key takeaways
  • R is one unit of risk — the dollar amount you decided to risk on a trade — and every outcome should be described as a multiple of it (+2R, -1R, +0.5R).
  • R multiples let you compare trades fairly even when position size or stop distance differs, which raw dollar P&L cannot do.
  • R must be fixed before entry; widening a stop mid-trade retroactively invalidates the R multiple for that trade.
Glossary
R multiple
A trade's profit or loss expressed as a multiple of the initial dollar risk (1R) taken on that trade.
1R
The fixed dollar amount a trader decided to risk on a single trade, set at entry via position sizing.
Expectancy
The average R multiple a strategy produces across many trades, factoring in both win rate and average win/loss size.