R-Multiple Calculator

Convert a closed trade into R - its result divided by the risk taken. The unit that makes a $50 loss and a $5,000 loss comparable, and the one every NusaTerminal backtest is measured in.

See your trades in R

R is the unit trading records should be kept in and almost never are. It answers one question about a closed trade: how many times the risk I took did I make or lose?

How to use it

Enter the entry, the stop you had in place, the exit, and the direction. The calculator returns the risk per unit, the P&L per unit, and the R-multiple.

The arithmetic


initial risk  = |entry − stop|
P&L           = (exit − entry) × direction      (+1 long, −1 short)
R             = P&L ÷ initial risk

A long from 100 with a stop at 97 and an exit at 104.5: risk 3, P&L 4.5, +1.5R. The same trade exited at 97: −1.0R. Exited at 98.5, before the stop: −0.5R.

Why it is the only fair unit

A trader with a 10,000 USD account and one with 1,000 USD can run the same strategy. In money, the first has results ten times larger; in percent, both depend on which pairs they traded at what price. In R, the two records are identical if the strategy was followed - and if they are not identical, the difference is the trader, not the account.

This is why every NusaTerminal backtest reports average R, why the automation engine sizes every position to the same R, and why the evidence gate compares strategies in R across every user's results at once. It is the unit in which an edge can be stated and checked.

How R is measured over thousands of trades →

Questions people ask

Why measure in R instead of money or percent?

Because money depends on position size and percent depends on price, and neither is comparable across trades. R is the result divided by the risk you chose, so a trade stopped out is exactly −1R whatever its size, and a trade that reached a 1:2 target is +2R. A record in R can be averaged, and the average means something.

What is a good average R?

Measured across the most liquid Binance perpetuals on the daily horizon, the strategies that clear the NusaTerminal evidence gate sit between +0.06R and +0.15R per trade on average, with lower bounds between +0.007R and +0.06R. Small numbers. A strategy claiming +1R per trade is either measured on a handful of trades or not measured at all.

Does R include fees?

In NusaTerminal backtests, yes - the cost model for the market is applied to every simulated trade before the R is recorded. In this calculator, only if you enter exit prices net of costs.

See your trades in R Pricing