Backtest Básico

Learn the fundamental principles of backtesting trading strategies using historical data. This guide covers basic concepts for evaluating strategy performance.

Published · Updated · Methodology: Technical Indicators

Part of: Algorithmic & Automated Trading

  • Methodology: Technical Indicators
  • Content type: educational

Source video

Decoded from: 📊 Backtest Básico vs by Bfunded EA — watch the original

Strategy overview

A backtest replays a set of rules over historical data to see what they would have done. This entry, however, is not a setup — its subject is the backtest itself, and specifically the lowest rung of it: "Backtest Básico". The source title is recorded in the catalog as "📊 Backtest Básico vs", truncated mid-comparison, so the second term — whatever the basic run is being weighed against — is not recoverable from the metadata. What remains is the first term and the framing it implies: that "basic" is a tier, and that there is something above it worth contrasting it with.

That framing inverts the usual axis of a decoded entry. Normally the test is held constant and the strategy is the variable; here the strategy is the constant and the simulation is what moves. The same expert advisor, run under different assumptions about spread, commission, slippage, modelling granularity, data quality, symbol and date range, produces different equity curves — none of them fabricated, all of them optimistic to different degrees. The channel, Bfunded EA, sits in the expert-advisor space, where a backtest report is the artifact that actually circulates as evidence of what a system does; the gap between a basic run and a demanding one is therefore the gap between what a report displays and what execution delivers.

This page carries no extracted rules, indicators or timeframes. That is structural rather than withheld: a video about test conditions has no entry or exit to extract, and the methodology label it inherits describes where the catalog files it, not a claim about indicators the source uses. The transferable habit from material like this is procedural — asking what a backtest assumed before reading any number it produces.

Topics

backtest · backtesting · trading strategy · pine script · technical analysis · strategy evaluation · tradingview strategy · beginner trading · historical data · trading concepts

Frequently asked questions

What is a "basic" backtest?

It generally means a run made with minimal assumptions: default or ignored trading costs, a single symbol and period, and coarser price modelling. It is useful as a first filter to see whether a system does anything at all, but it is the weakest form of evidence about how that system would behave in live conditions.

Why can the same EA produce different backtest results?

Because the result depends on the simulation as much as on the rules. Spread, commission, slippage, how ticks or bars are modelled, the quality of the historical data, and the symbol and date range chosen all change the outcome while the strategy itself stays untouched.

What is the basic backtest compared against in this video?

The source title is recorded as "📊 Backtest Básico vs" and ends there, so the second term of the comparison is not present in the available metadata. This page reflects only what is recorded rather than assuming what the missing half was.

Does this entry include extracted trading rules?

No. The source is about testing methodology rather than a specific setup, so there are no entry or exit rules, indicators or timeframes to extract. Strategy Decoder extracts structure when a video actually presents a tradeable setup; when it presents a procedure instead, those fields stay empty.

About this strategy page

This trading strategy was decoded by Strategy Decoder's AI from a public YouTube trading video and turned into a structured, reviewable specification. In the interactive app this page shows the full entry and exit logic, risk management settings, the indicators involved with their parameters, AlgoWizard-compatible logic and a Pine Script export ready for TradingView backtesting — plus an automated backtest verdict when one has been computed for this strategy.

Strategy Decoder catalogs 2,229 decoded strategies. Each one is extracted with confidence scoring, cross-linked to the indicators it uses, and kept up to date as new videos are processed daily. Load this page with JavaScript enabled to use the interactive tools, or start from the strategy explorer to filter by methodology, market and timeframe.

Other versions of this strategy

More decoded strategies