← Back to Blog
EDUCATION

How to Backtest a Strategy on TradingView for Free (and Where the Free Tier Stops)

2026-07-26·PRUVIQ Research·4 min read

The short answer

Yes, you can backtest on TradingView without paying. Open a chart, add a strategy, and the Strategy Tester panel gives you net profit, win rate, profit factor and a trade list. The free tier is genuinely usable for a first look.

Two limits decide whether that first look means anything, and neither is obvious until you are already attached to a result.

Limit 1: one symbol per test

A Pine Script strategy runs on the chart you have open. TradingView’s own documentation puts it plainly — each Pine Script strategy runs on one symbol at a time.

That is the limit people underestimate. A strategy that looks excellent on BTC and terrible on twelve other majors is not a strategy, it is a coincidence you got attached to. Checking that on TradingView means switching the symbol and re-reading the panel, once per coin, by hand.

There is a partial exception worth knowing: the Pine Screener can run a custom indicator across a large watchlist. It does not run strategies, so it will not give you trades, fills or a profit factor — it is a scanner, not a backtester.

Limit 2: the free tier only sees the bars on your chart

The Strategy Tester works on the data loaded into your chart, which on a free plan is a limited slice of history. Full-history testing — TradingView calls it Deep Backtesting — is on the paid Premium tier.

This matters more than the bar count suggests. A strategy tested on the last few months of a trending market will look like a genius. The same rules across a chop-heavy period usually do not survive, and the free tier is least likely to include the period that would have killed it.

The free workflow that is still worth doing

  1. Add a strategy, not an indicator. The Strategy Tester only appears for strategy() scripts. An indicator gives you arrows on a chart and no P&L.
  2. Set commission and slippage before you read anything. In the strategy properties. Left at zero, a high-turnover strategy will show a profit that does not exist. This is the single most common way a TradingView backtest lies to its author.
  3. Zoom out as far as the plan allows, then note how many bars you actually got. That number is your sample size, and it belongs next to every conclusion you draw.
  4. Repeat on at least five to ten symbols. Manually. If the result only holds on one, you have learned something useful — just not what you hoped.
  5. Read profit factor and max drawdown before net profit. A profit factor under 1.00 means the losers took more than the winners brought in, whatever the win rate says.

When you hit the wall

Two honest options.

Pay for it. If you want Pine Script’s flexibility and full history, the Premium tier is the direct route and TradingView is a good tool. That is not a knock.

Or run the market-wide check somewhere that does it in one pass. Our simulator is free with no account, runs a strategy across the top coins in a single run with exchange fees and slippage applied by default, and publishes the losing configurations as well as the winners — see the strategy library or the side-by-side on PRUVIQ vs TradingView. We make money from exchange referrals, not subscriptions, which is the disclosure that belongs next to that recommendation.

Backtesting is the cheap half

This holds whichever tool you use. Our own research log is a list of strategies that passed a backtest and then failed out-of-sample testing with costs — that is the normal outcome, not the exception. A good backtest earns a strategy the right to be paper traded forward. It does not earn it money.

Share


Build Your Own Strategy

Combine 14 indicators, set conditions, and backtest on 320+ coins with 2.6+ years of data. No code required.