Skip to content
How testing works

Indicator testing methodology

Every indicator page that shows a chart or backtest is describing a specific, disclosed test — not a general claim about the strategy. This page explains what that test is and what it is not.

Reference execution, not a claim about the original script

Arbitrary Pine Script cannot always be reliably converted into a backtest. Where a script’s entry/exit logic can be confidently reconstructed into AlgoNexta’s bounded internal rule set, a reference backtest runs against real market data. Where it cannot — no clear entry logic, ambiguous conditions — the page omits the backtest section entirely rather than approximating one.

Evidence tier is always disclosed

A reference backtest is one step removed from running the original script directly inside TradingView’s own Strategy Tester. Every backtest result states its evidence tier, data provider, symbol, and timeframe so the reader can judge how much weight to give it.

What is disclosed with every result

Net profit, maximum drawdown, and total trade count are shown alongside the assumptions behind them — the data window, the instrument, and the timeframe. A results table does not appear without these.

What a chart does not claim

A displayed marker, score, or grade is a conditional analytical observation on historical data, not a probability of future performance, a guarantee, or a trade signal. Simulated and historical results do not represent live trading and can benefit from hindsight in ways live execution cannot. See our risk disclosure for the full statement.

Independent verification

Where the source is open, the exact Pine Script is available to copy and run directly in TradingView’s own tools — the same verification path we recommend before relying on any result shown here.

Related