What Is a Good Sharpe Ratio for a Trading Strategy?

10 min readQuantParadox research

Sharpe is the number most often quoted and least often questioned. It is a genuinely useful summary and it can be inflated four different ways without anyone lying about anything.

The short answer

A Sharpe ratio measures return per unit of volatility, and for a retail trading strategy an out-of-sample Sharpe between 0.5 and 1.5 is a realistic result while anything above 3 in a backtest almost always indicates overfitting rather than an unusually good idea.

What does the Sharpe ratio actually measure?

The Sharpe ratio is a strategy's excess return divided by the standard deviation of its returns — how much you were paid for the amount of bouncing around you had to tolerate.

The appeal is that it makes two very different strategies comparable. A rule returning 40% a year with wild swings and one returning 12% smoothly are hard to rank by return alone; dividing by volatility gives a common unit.

The limitation sits in that same divisor. Standard deviation treats an upside surprise exactly like a downside one, so a strategy that occasionally makes an enormous gain is penalised for it. That is why Sortino, which divides by downside deviation only, exists — and why quoting Sharpe alone is a choice worth being aware of.

It is also period-dependent in a way people forget. A Sharpe computed on daily returns and one computed on monthly returns are not the same number, and annualising involves multiplying by the square root of the number of periods — which quietly assumes the returns are independent. For a strategy with autocorrelated returns, that assumption inflates the annualised figure.

What Sharpe should you expect at retail scale?

Out of sample and after costs, a Sharpe around 1 is a genuinely good retail result, and the range from roughly 0.5 to 1.5 covers most strategies that survive honest validation.

Context matters more than the number. Large systematic funds operate at Sharpes that would look unremarkable on a retail forum, because they are running enormous capital where capacity, not edge, is the binding constraint. A retail trader has the opposite problem and the opposite freedom.

The figures that should trigger scepticism rather than excitement are the high ones. A backtested Sharpe of 4 usually means one of a handful of things: the test is in-sample, costs are missing or understated, the sample is too short, or the result is the best of many variants and the search was never counted.

None of those require dishonesty. They are the default behaviour of most testing setups, which is exactly why the high number is more common than the real edge it would represent.

How do you inflate a Sharpe ratio without meaning to?

Four mechanisms account for most inflated Sharpes, and all four are things a careful person can do by accident.

Reporting the in-sample figure. Parameters chosen on the same data that produced the number make the number a description of that data. This is the largest single effect and the easiest to fix.

Understating costs. Sharpe is computed on net returns, so every pip of unmodelled spread comes straight off the numerator. For a short-horizon strategy, realistic costs can halve it.

Too few periods. Sharpe estimated from a handful of months carries an enormous confidence interval. The estimate is not wrong so much as unstable — run the same strategy on a different year and it moves substantially.

Selection. The best Sharpe among fifty tested variants is a maximum, not a sample. There are deflated Sharpe methods that adjust for exactly this, and they require you to have counted the trials — which is the part nobody does by default.

Is a high Sharpe always better?

Not always, and the exception matters. A strategy can achieve a very high Sharpe by taking a small, steady profit while carrying a rare and enormous loss — the profile of selling options or of any short-volatility position.

Those strategies look magnificent right up until the event they are exposed to happens, and the Sharpe computed on the quiet period is not merely optimistic; it is measuring the wrong thing entirely, because the risk being taken does not show up as volatility until it shows up as a loss.

The practical defence is to look at the return distribution rather than only its summary. Skew, the worst single day, and the shape of the drawdowns tell you what kind of strategy you have. A high Sharpe with a very long left tail is a different animal from a high Sharpe with symmetric returns.

It is also worth asking how the strategy behaves in the periods that broke similar ideas. A rule that has never met a volatility spike has not been tested against the thing most likely to end it.

What should you report alongside Sharpe?

Report the sample size, the out-of-sample split, the costs assumed, and the number of variants tried — because Sharpe without those four is a number that cannot be evaluated by anyone including you.

Sample size sets the confidence interval. A Sharpe of 1.2 over 40 trades and one over 2,000 trades are not comparable claims, and quoting the figure without the count invites the reader to treat them as if they were.

The out-of-sample split is the difference between a measurement and a description. Where the split falls, and whether it was chosen before or after seeing results, decides how much the number means.

The variant count is the one almost nobody reports, and it is what turns a Sharpe into a maximum. If you tried forty parameter sets, say so; there are standard adjustments once the number is known, and none of them are available if it is not.

Questions people actually ask

Is a Sharpe ratio of 2 good?

For a retail strategy validated out of sample with realistic costs, a Sharpe of 2 would be a strong result and is uncommon. In a raw in-sample backtest it is ordinary and usually indicates the parameters were fitted to the same data being reported. The number itself does not distinguish those two cases, which is why the validation method matters more than the figure.

What is the difference between Sharpe and Sortino?

Sharpe divides excess return by the standard deviation of all returns; Sortino divides by the standard deviation of negative returns only. Sortino therefore stops penalising a strategy for large upside surprises, which flatters strategies with positive skew. Neither is more correct — they answer slightly different questions, and quoting whichever is higher without saying which is the thing to avoid.

Can Sharpe be negative?

Yes, and it simply means the strategy returned less than the risk-free rate over the period. A negative Sharpe is not more informative than the negative return that produced it, and dividing by volatility can make two losing strategies rank in a counter-intuitive order, so it is worth reading the underlying return rather than the ratio when the result is below zero.

The only backtest that settles it is yours.

Build a strategy from a sentence, paste your own Python, or import your live trade history and have it graded. Five full backtests free, no card, and we'll tell you plainly when the result is indistinguishable from luck.

We publish research and tooling, not trading advice, and we make no claim about future returns. Everything above describes how to test an idea — not a reason to trade one.