Learn / Backtesting Academy / Total Return
Performance Metrics

Total Return

Quick Answer

Total Return is the cumulative percentage gain or loss of a portfolio over the full backtest period, computed as the change from the initial value to the ending value. It is the headline number, but it is not meaningful without the length of the window over which it was earned.

What is Total Return?

Total Return is the simplest performance figure in any backtest. It answers one question: by how much did the portfolio grow or shrink between the first day of the test and the last? An initial portfolio of one hundred thousand dollars that finished at one hundred fifty thousand has a total return of fifty percent. The number rolls together every rebalance, every gain, every loss, and any reinvested dividends, and reports it as a single percentage.

Because Total Return covers the entire window, it grows mechanically with time. A strategy that compounds at ten percent a year shows a total return of about ten percent over one year, sixty-one percent over five years, and one hundred fifty-nine percent over ten years. Two strategies with very different annualized returns can show similar total returns over different windows, which is why Total Return is best read alongside the time period it covers.

In a backtest, Total Return is computed from the portfolio value series. SledgeKey records the value of the simulated portfolio at every rebalance and tracks it forward through the daily price changes of the holdings between rebalances. The first value in the series is the initial capital. The last value is whatever the portfolio finished at after the final rebalance. Everything in between is what produced the return.

Formula

Total Return = (VT − V0) / V0
V0 is portfolio value at the start of the backtest window; VT is portfolio value at the end. The result is expressed as a percentage.

This is the simple-return form, also called the holding period return. It matches what an investor would see on a brokerage statement and what nearly every retail and professional reporting tool displays. An alternative form uses log returns, ln(VT / V0), which add cleanly across sub-periods but do not match how investors verbally describe their gains. SledgeKey reports the simple form shown above.

Both V0 and VT are taken net of transaction costs already deducted by the simulation. Any reinvested dividends, where dividend data is available, are folded into the portfolio value as they are received. The reported figure is therefore what an investor would have netted after the trading frictions configured in the backtest, not a gross theoretical number.

Why Total Return Matters in Backtesting

Total Return is the headline because it answers the single question nearly every investor asks first: did this make me money? It is also the basis for almost every other return-based metric. Annualized return is just total return rescaled to a per-year rate. The cumulative chart curve is total return plotted as it accrued. Excess return against a benchmark is one total return minus another.

Its limitation is that it does not stand on its own. A fifty percent total return over five years is roughly an eight-and-a-half percent compound annual growth rate, which is solid. Over fifteen years it is about two-point-seven percent annualized, which is poor. The same total return can describe a strong strategy or a weak one depending on the window. For comparison across strategies tested over different periods, annualized return is the more honest figure.

Total Return earns its place by being the grand-total summary, the number an investor would read on a hypothetical brokerage statement at the end of the test. It also anchors the relative comparison to a benchmark. If the strategy returned ninety percent and the benchmark returned sixty over the same window, the strategy added thirty percentage points of cumulative outperformance. Whether that is meaningful depends on how long it took, how much volatility it took to get there, and how deep the drawdowns were along the way.

How SledgeKey Implements Total Return

Total Return appears as one of the four headline metrics on the results page, alongside annualized return, Sharpe ratio, and max drawdown. The figure is the percentage change in the portfolio value from the first day of the configured backtest window to the last, computed on the simulated portfolio after all configured transaction costs have been applied.

The window is set by the Backtest Window control. Both the start and end dates are inclusive trading days, and the portfolio is valued at the close of each. Initial Capital sets the starting value; the simulation determines the ending value by walking the portfolio through every rebalance and every daily price change in between. The same total return is shown for the configured benchmark over the same dates, which lets the reader see whether the strategy beat the reference or fell behind, and by how much.

The cumulative-return chart on the results page plots the portfolio value over time, normalized so that the starting value reads as one hundred percent. The endpoint of that line, minus one hundred, is the Total Return number reported above the chart. Hovering the chart at any intermediate date shows the running total return up to that point, which is how the reader can see when most of the return was earned and where any major drawdowns interrupted it.

Common Pitfalls

The biggest pitfall in reading Total Return is window dependence. A strategy showing one hundred and fifty percent total return is impressive over five years, average over ten, and weak over twenty. Without the window length, the figure is decoration. Always pair it with annualized return when comparing across strategies.

A second pitfall is conflating Total Return with what a real investor's account would have done. The backtest assumes a single contribution of capital at the start, no withdrawals, automatic reinvestment of any gains, and no taxes. Real portfolios usually add cash, occasionally take cash out, and pay taxes on realized gains. The backtest's total return reflects what the strategy mechanism delivered to a hypothetical untouched account; a real account managed alongside it would diverge.

A third pitfall is treating Total Return as a measure of risk. Two strategies can finish a window with identical total returns, one having taken a smooth path and the other a violent one. Total Return collapses the entire path to its endpoint and discards every drawdown, every spike, and every period where an investor might have abandoned the strategy. Reading it without also reading max drawdown and volatility leaves the most important parts of a strategy's character invisible.

Watch Out

Always pair Total Return with the length of the window. Forty percent over two years and forty percent over twelve years are different strategies wearing the same number.

See Total Return in your own backtest

Run a backtest on any screening strategy and see Total Return computed on point-in-time data, alongside annualized return, Sharpe, and max drawdown, free.

Run a Backtest
Written by The SledgeKey Team · Last updated May 10, 2026