V I S O R

Quant Methods · intermediate · 7 min

Sharpe and Risk-Adjusted Return

The first number anyone quotes about a strategy is its return: "up 60% over five years." It is also the least informative number about it. A 60% return earned smoothly is a completely different thing from a 60% return earned by nearly blowing up twice on the way. Risk-adjusted return is the family of measures that account for the ride, and the most common of them is the Sharpe ratio.

Backtest Results reporting return, max drawdown and profit factor alongside the equity curve — the raw material for a risk-adjusted view

Why raw return lies

Raw return ignores two things that decide whether a strategy is actually any good:

The Sharpe ratio exists to fold both concerns into one figure.

What the Sharpe ratio is

In plain terms, the Sharpe ratio is return per unit of risk:

Sharpe = (average return − risk-free rate) / standard deviation of returns

The top is the excess return — how much the strategy beat simply parking the money at the risk-free rate. The bottom is the standard deviation of its returns, a measure of how much they bounce around: the strategy's volatility. Dividing one by the other answers "how much return did each unit of bumpiness buy?" It is usually annualised so that strategies measured at different frequencies can be compared on the same scale.

The intuition: a Sharpe of 2 means the strategy earned two units of excess return for every unit of volatility it put you through. A Sharpe of 0.3 earned very little for the same discomfort. Higher is smoother-per-unit-of-reward — up to the caveats below.

What Sharpe misses

Sharpe is a real improvement on raw return, but it is not the last word, and its blind spots matter:

How Visor uses it

Sharpe is one of the numbers on every backtest, but it never stands alone. It is one of the four robustness gates — specifically the deflated version — because a headline Sharpe, like a headline return, is exactly the kind of impressive figure that a search can manufacture. A strategy is judged on whether that Sharpe survives being discounted for the hunt that found it, not on the raw number. Return per unit of risk is a better question than return alone; "return per unit of risk, corrected for how hard we looked" is better still.

What to read next