summary: only edgeful's 3 algos — ORB, IB, and engulfing — are strategy scripts that run in TradingView's strategy report, so those are the ones you can actually backtest before going live. the 50+ report indicators are study overlays: they draw levels and stats on your chart, but no strategy report opens for them.
before you connect a broker and go live, it's smart to see how something has performed historically. but not everything on your edgeful chart can be run through TradingView's strategy report, and knowing the difference up front saves you a lot of confusion.
here's the simple rule: if it places trades, it backtests. if it only draws on your chart, it doesn't.
what "backtested in TradingView" actually means
TradingView's strategy report (formerly the strategy tester) only opens for strategy scripts — indicators that actually place entries, stops, and targets. edgeful's algos are strategy scripts, so the moment you apply one to a chart, the strategy report opens automatically in the bottom-left of TradingView with a full historical backtest on your instrument, timeframe, and settings.
everything else on the platform — the report indicators that plot levels, zones, sessions, and stats — is a study indicator. it renders on your screen so you can see how price behaved historically, but it doesn't place trades, so there's no strategy report and nothing to "backtest" in that strategy-report sense. you validate a study indicator by eye, not with a performance report.
the coverage matrix
here's the full picture of what runs in the strategy report and what doesn't.
indicator | type | backtests in strategy report? | what you can do with it |
ORB (+ ORB 2 TP, ORB breakeven stop) | strategy script | yes | full backtest — enters on the close of the signal candle |
IB (+ IB breakeven stop) | strategy script | yes | full backtest — enters mid-candle on a retracement limit, so run high detalization for trustworthy fills |
engulfing (+ engulfing 2 TP) | strategy script | yes | full backtest — bar-close entry, works on any timeframe |
all other edgeful indicators (50+ report, level, zone, session, and stat overlays) | study indicator | no | charts on your screen for visual validation — no strategy report opens |
the 3 algos you can backtest
these are the strategy scripts. apply any one and the strategy report opens with the backtest. each ships with variants (7 algo indicators in total), and each variant is its own backtest, so test them separately.
ORB (opening range breakout) — trades the first breakout outside the opening range. bar-close entry. available as standard, 2 TP, and breakeven stop.
IB (initial balance) — trades a retracement back into the first-hour range at a level you set. this one enters mid-candle, not on the close, so intrabar detail matters more here than for the others — run high detalization so the report resolves your fills accurately. available as standard and breakeven stop.
engulfing — trades a candle that fully engulfs the prior candle's range. bar-close entry, any timeframe. available as standard and 2 TP.
for the full setup — opening the strategy report, deep backtesting, detalization, and reading your results — see using TradingView's strategy report with edgeful algos.
the report indicators — chart them, don't backtest them
the 50+ report indicators are how you bring edgeful's data onto your TradingView chart — gap levels, opening ranges, session boundaries, ADR, and the rest. they're study indicators, so applying one won't open a strategy report and won't produce win rate, drawdown, or profit factor numbers.
that's not a limitation to work around — it's what they're for. the report indicators show you where the data-driven levels sit so you can build a bias and manage entries yourself. if you want a performance report on how a rule-based setup would have done, that's what the 3 algos are for.
caveats before you trust a backtest
even for the algos that do backtest, a clean strategy report isn't the whole story. keep these in mind before you size a live account off it.
backtest depth depends on your TradingView plan. deep backtesting — the extended bar range you need to test a 5-min algo over 12+ months — is included automatically on TradingView Premium and higher. on lower plans your backtest stops earlier, so you're drawing conclusions from a shorter lookback.
limit-order fills read optimistic. the strategy report assumes a limit order fills whenever price touches your level, but live you'll get fewer fills than the backtest shows — price often tags a level and moves without filling you. this hits the IB algo most, since it enters on a retracement limit. plan for the live fill count to come in under the backtest.
the report doesn't include slippage and commissions by default. your real max loss and net profit will be worse than the raw numbers suggest.
two articles go deeper here: why your backtest, optimizer, and live results don't match and execution, slippage, and order types in algo automation.