Archived — below our codifiability bar

MetaTrader 5, Trading Bot

Learn to create a profitable trading bot on MetaTrader 5 with this beginner-to-advanced tutorial, covering programming, strategy, and automation.

Published · Archived · Methodology: Technical Indicators

  • Algo score: 70%
  • Discretionary score: 30%

This strategy was decoded from a public trading video but did not clear Strategy Decoder's codifiability bar: the extraction could not pin the rules down precisely enough to be turned into a reviewable specification. It is kept here as a reference post-mortem rather than as a strategy you can trade or backtest.

Part of: Algorithmic & Automated Trading

  • Methodology: Technical Indicators
  • Content type: educational

Why this strategy was archived

MetaTrader 5 is one of the most widely used retail platforms for automated trading: a strategy is written as an Expert Advisor in MQL5, attached to a chart, and left to handle entries and exits without manual intervention. This entry decodes Ignacio Ayago's Spanish-language tutorial "MetaTrader 5 de 0 a 100: Crea tu Primer Bot de Trading Rentable", a walkthrough for traders taking their first steps into building a bot on the platform.

**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The material is organised around the platform and the process of assembling a bot rather than around a single, self-contained strategy: there is no objective criterion defining which conditions qualify as a setup, no confirmation trigger, and no stop or target logic specified precisely enough to reproduce. Our extractor could classify the approach only broadly as indicator-based, without pinning down which indicators, timeframes or markets the logic is meant to run on. The content is descriptive of how automation works rather than prescriptive about what to automate — and an entry that cannot be coded faithfully does not belong in the active catalog.

**What it still offers.** Its value is on the implementation side. Turning any rule set into a working Expert Advisor is a real obstacle for traders coming from discretionary charting, and a step-by-step tour of the MT5 environment is a genuinely useful bridge — particularly for Spanish-speaking traders, who have far fewer resources on algorithmic execution than the English-language audience. Treat it as platform groundwork: watch it for the *how*, then bring the *what* from elsewhere. The active catalog and the indicator-based concept hubs list decoded entries whose entry, exit and risk rules were fully extracted — the kind of specification you need before a bot has anything to execute.

Source video

Decoded from: MetaTrader 5 de 0 a 100: Crea tu Primer Bot de Trading Rentable 🤖 [TUTORIAL] by Ignacio Ayago | Trading con Bots — watch the original

Frequently asked questions

Why is this MetaTrader 5 trading bot entry archived?

The video walks through building a bot on the MetaTrader 5 platform but does not define a specific strategy: no objective entry criteria, no confirmation trigger, and no stop or target logic. Our extraction scored it below the codifiability bar we require for the active catalog.

Is the video still worth watching?

Yes — as implementation material. It covers the platform side of automation, which is the practical hurdle most traders hit when they try to turn a rule set into a working Expert Advisor, and it does so in Spanish, where such resources are scarcer.

What is an Expert Advisor in MetaTrader 5?

A program written in MQL5 that runs on a MetaTrader 5 chart and places, manages and closes trades automatically according to its coded rules. It is the standard way strategies are automated on the platform.

Where can I find codifiable strategies to automate?

The active catalog and the concept hubs list decoded video strategies with fully extracted entry, exit and risk rules — the specification a bot needs before it can be built.

Other archived strategies

Browse all archived strategies · Explore the strategies that did make the cut