Strategy Building · 8 min read

How to read TradingView's Strategy Tester report

TradingView throws a dozen metrics at you the moment a strategy compiles. Most of them are noise; a few are the difference between a winning system and an expensive lesson. Here's what each number is for — and which ones to trust.

The four panels

  1. Performance Summary — headline numbers (net profit, PF, max DD, win rate).
  2. List of Trades — every trade, entry/exit price, P&L — the only objective record.
  3. Properties — settings (capital, commission, slippage, order size). Garbage in, garbage out — see realistic backtest costs.
  4. Trades Analysis — distributions (best/worst trade, run-ups/drawdowns, time-in-market).

The metrics that actually matter

MetricWhat it tells youTrust level
Net profitTotal $ result over the sampleLow — depends entirely on sample period
Profit factor (PF)Gross profit / gross lossHigh if PF 1.4–3; suspicious above 5
Max drawdownWorst peak-to-trough on the sampleHigh — the most useful single number
Win rateShare of trades that wonMedium — meaningless without avg win/loss
Avg win / avg loss (R)Payoff ratioHigh — combines with WR for expectancy
Sharpe / SortinoRisk-adjusted returnMedium — see trade-offs
# of tradesSample sizeCritical — below 100 is mostly noise

The red flags that scream “overfit”

  • Profit factor above ~5 on a non-trivial sample — almost always curve-fit.
  • Win rate above ~85% with no explanation (e.g. obvious tight-stop mean reversion) — likely look-ahead or repaint.
  • Equity curve a straight line — no drawdowns — suspicious; real systems breathe.
  • Few trades (under ~50–100) — sample too small for any conclusion. See statistical significance.
  • Net profit huge, max DD near it — one or two outlier trades carrying the system. Calmar will be ugly.

The numbers most traders ignore (and shouldn't)

Max drawdown duration — how long the equity curve stayed underwater. A 20% DD that recovers in two weeks is psychologically very different from one that takes a year. Largest losing trade — tells you the worst single hit; check whether it would have breached the prop firm's drawdown limit. Trade frequency — affects whether the modeled blow rate is even measurable in your evaluation period.

What the report can't tell you

Whether the result holds out-of-sample. Whether live execution will match the backtest. The distribution of possible futures, which only Monte Carlo reveals. Use the Strategy Tester as a first pass, then stress-test in the Monte Carlo Simulator before trusting any number.

FAQ

What's the most important metric in TradingView's Strategy Tester?

Max drawdown combined with number of trades. Net profit and win rate look impressive but mean little without a meaningful sample size (100+ trades) and a drawdown number that fits your account's risk tolerance.

What does a high profit factor mean?

Profit factor in the 1.4–3 range is usually a real edge. Above 5 on a non-trivial sample is almost always a sign of overfitting or look-ahead bias, not skill.

Can I trust a TradingView backtest?

As a first pass, yes. As proof of an edge, no — the report tells you what happened on one specific sample with one specific set of parameters. Real validation needs out-of-sample testing and Monte Carlo stress.

Not financial advice. Performance figures referenced are hypothetical, modeled outputs (1,500-path Monte Carlo on a 12-month sample). Past performance does not guarantee future results. Tool names are referenced for education; verify current features and prop-firm rules directly.