Trading

TradingView Bar Replay Limits in 2026 (and What to Use Instead)

Bar Replay is free on TradingView for daily and higher timeframes only. Here is exactly where the free plan stops, how far back each paid tier lets you replay 1-minute data, and when a dedicated replay tool is the better answer.

August 10, 202610 min readBy TradingSFX
Share:
Table of contents
  1. 01Limit 1: Intraday Replay Is Not on the Free Plan
  2. 02Limit 2: On Paid Tiers, Depth Is Capped by Price
  3. 03Limit 3: Tick Replay Is Narrow and Top-Tier Only
  4. 04Limit 4: Replay Does Not Record Anything
  5. 05Which Limit Is Actually Blocking You
  6. 06The Alternatives, Honestly
  7. 07How the TradingSFX Backtester Handles These
  8. 08The Short Version

If you searched for whether TradingView Bar Replay is free, the honest answer is: half of it.

Replay works on the free plan for daily and higher timeframes, with full history. The moment you drop to a 15-minute chart, which is where most people actually want to practise, Bar Replay stops being available without a paid subscription.

That is the headline limit, and it is not the only one. This post covers where each limit sits in 2026, what it costs you in usable sample size, and when TradingView is still the right tool anyway. Every TradingView figure here was checked against TradingView's own Bar Replay documentation on 10 August 2026.

Limit 1: Intraday Replay Is Not on the Free Plan

On the free tier you get Bar Replay on daily, weekly and monthly charts. Intraday intervals are excluded. A swing trader reviewing daily structure loses nothing. A day trader loses the feature entirely, because the timeframe they trade is the one that is switched off.

This catches people because the button is right there. You open Bar Replay on a daily chart, it works, you conclude replay is free, then you switch to M15 for the setup you actually trade and the feature is gone.

Who this blocks: anyone whose entries happen below the daily. Scalpers, intraday breakout traders, session traders, and anyone backtesting an ICT or SMC style model on 5-minute entries off a higher timeframe bias.

Who this does not block: daily and weekly swing traders. If your entries are daily-close decisions, the free plan genuinely covers your replay needs and you can stop reading here.

Limit 2: On Paid Tiers, Depth Is Capped by Price

Unlocking intraday replay does not unlock all of history. How far back you can replay 1-minute data is tied to your tier:

Tier1-minute replay depth
FreeIntraday replay not available
Essential6 months
Plus1 year
PremiumAll stored data
Expert / UltimateAll stored data

The window scales with the interval you are replaying. TradingView documents that a 2-minute chart gets double the 1-minute window and a 3-minute chart gets triple, so higher intervals reach considerably further back than the headline figure suggests. On Premium and above, TradingView says 1-minute data reaches back to 2011 for some symbols and further for others.

For daily and higher intervals, all available history is replayable on every plan.

What 6 Months Buys You, in Trades

Depth only matters as sample size, so do the arithmetic instead of guessing.

Say your setup prints roughly twice a week on one pair. That is a fairly generous frequency for a rule-based intraday model with real filters.

  • 6 months on Essential is about 26 weeks, so roughly 52 trades on one pair.
  • 1 year on Plus is about 52 weeks, so roughly 104 trades on one pair.

Fifty-two trades is not a nothing sample, but it is thin enough that one good month flatters the whole result. If you want to know how much sample you need before trusting a number, the arithmetic is in our post on trading expectancy: the short version is that expectancy computed on 50 trades moves a lot when you delete the best one, and that instability is the tell.

Two ways to widen the sample without upgrading: replay the same six months across several correlated pairs, or accept that you are testing recent regime only and say so out loud when you review the result. What you should not do is treat 52 trades from one six-month window as a settled edge.

Limit 3: Tick Replay Is Narrow and Top-Tier Only

Tick-based replay sits on the top professional tier and covers the most recent 7 days of tick data.

That is a reasonable design for what it is for, which is inspecting how a specific recent move actually filled. It is not a backtesting resource. Seven days will not produce a sample of anything, at any frequency, so treat tick replay as a forensic tool rather than a testing one.

Limit 4: Replay Does Not Record Anything

This one is not a plan restriction, it is a scope decision, and for most traders it ends up being the expensive one.

TradingView's Bar Replay replays price. It does not keep a record of the decisions you made while the bars were moving. You step through 40 setups in an evening, you form an impression, and then the impression is all you have. There is no list of the 40 entries, no win rate, no expectancy, no breakdown of which of your entry conditions were present on the winners.

So the session teaches you feel, which is worth something, and produces no evidence, which is worth more. The next evening you run another 40 and your conclusion depends on which session you remember better.

The fix is not a better replay engine. It is logging each replay trade the same way you log a live one, with the conditions attached, so that the sessions accumulate into one queryable set. That is the entire argument for a journal-first backtester, and we made the general case in the bar replay backtesting guide.

It also matters for rule-following specifically. Replay is where you find out that you take the setup without your third confluence about a quarter of the time, but only if something counted. Putting a number on that is what the discipline score does.

Which Limit Is Actually Blocking You

Different answers depending on which wall you hit:

Your situationWhat to do
Daily or weekly swing entriesStay on the TradingView free plan. Replay is not restricted for you.
Intraday, occasional review, already paying for TradingViewUse Bar Replay. Check your tier's depth first.
Intraday, need a real sampleDepth on Essential is the constraint. Plus, or a tool that replays your own data.
Want the session to produce statisticsReplay alone will not do it, whatever the plan. Add a journal or use a backtester that logs.
Studying a recent day's order flowTick replay, top tier, 7-day window.

The Alternatives, Honestly

Stay on TradingView. If you already pay for a tier whose depth covers your timeframe, adding another tool is not an upgrade, it is another subscription. The charting is better than anything a dedicated replay tool ships.

MetaTrader's strategy tester. Free, replays intraday, and you can pull long history from your broker. The visual mode is clunkier and the interface has not changed in years, but the price is right and the data goes back a long way. We walk through the setup in MT5 bar replay.

A dedicated replay tool. FX Replay and similar products give you a clean replay environment with built-in data. Worth it if replay is the only thing you need and you would rather not manage data yourself. Pricing and options are compared in FX Replay alternatives.

A journal-first backtester. The category answer to Limit 3 rather than Limits 1 and 2.

How the TradingSFX Backtester Handles These

Worth being clear about what is and is not solved here.

On intraday access and depth. There is no tier that gates which timeframes you can replay, because we do not supply the data. You import your own CSV of historical bars, which means depth is whatever your source gives you and there is no 6-month wall to hit. The file is parsed in your browser and stored there. Bars never reach our server. Any market you can get a CSV for works, including instruments no replay vendor bothers to carry.

The trade-off is real and we would rather state it than bury it: you have to go and get the data. That is a step TradingView does not ask of you. If you have never done it, the free historical data guide lists the sources.

On recording. This is the part the backtester exists for. Every replay trade is logged like a live trade, with your confluences attached, and it lands in the same analytics as your real trading. Win rate, expectancy, R multiples and per-confluence breakdowns are computed across both. That matters more than it sounds: live trading gives you maybe ten trades a month, while a replay session gives you dozens in an afternoon, and both feed one cross-filter.

What it does not do. No spread or commission simulation, no partial take-profits, no trailing stops, and fills are at the bar you act on rather than modelled inside it. If your edge depends on precise intrabar fill behaviour, no manual replay tool will settle that question, ours included.

What you can try for free. There is a public demo at /demo/backtester that needs no account and no card. It runs on synthetic charts across seven instruments, EUR/USD, GBP/USD, USD/JPY, gold, NAS100, US30 and BTC, so you can see whether the workflow suits you before importing anything. It is a demo, not a free plan: the real backtester with your own CSV data and saved trades is on Pro at $19.99 a month, alongside the journal, the AI review and prop firm tracking. Our free Basic plan covers 10 trades a month of journaling and does not include the backtester.

One thing the demo cannot show you: the two-symbol SMT compare pane needs imported data for both symbols, so it is off in the demo. If SMT divergence is why you are here, that is the one feature you have to be on a paid plan to see.

The Short Version

Bar Replay on TradingView is free for daily and above, and genuinely good there. Intraday needs a paid tier, and on the entry tier you get six months of 1-minute history, which is a smaller sample than most people assume they are getting.

The limit that costs the most, though, is the one that has nothing to do with your plan: replay by itself produces impressions rather than numbers. If your replay sessions are not accumulating into something you can query, upgrading your tier buys you more of the same.

TradingView plan limits and pricing checked 10 August 2026 against TradingView's Bar Replay support documentation and pricing page. TradingView adjusted prices during 2026, so confirm the current figure before subscribing.

Try the replay workflow: the backtester demo runs in your browser with no account. If you want it on your own data, see the plans.

Free to start

Turn your trades into a real edge

Stop guessing what works. Log your trades, track confluences, and let the AI Coach surface the patterns you keep missing across every prop firm rule and strategy.

No credit card required · Start for free

Not financial advice. This article is for educational and informational purposes only and does not constitute financial, investment, or trading advice. Trading forex, indices, crypto, and other leveraged instruments carries a high level of risk and can result in the loss of all your capital. Past performance is not indicative of future results. Always do your own research and consider consulting a licensed financial advisor before making any trading decision.
All third-party names and trademarks mentioned in this article are the property of their respective owners. References are made for descriptive and comparative purposes only. TradingSFX is not affiliated with, endorsed by, or sponsored by any third party mentioned. See our Terms of Service for the full trademark disclaimer.

    We use cookies for analytics to improve your experience. Privacy Policy