Archived — below our codifiability bar

ChatGPT, AI, Metatrader 5

Learn how to use ChatGPT to generate a complete trading bot for Metatrader 5 without coding. Automate strategies with AI. Perfect for beginners.

Published · Archived · Methodology: Mixed

  • 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: Mixed
  • Content type: educational

Why this strategy was archived

Using a large language model to build a trading bot is a production method rather than a trading strategy: you describe the behaviour you want in plain language, the model returns MQL5 code, and you compile it into an Expert Advisor that runs on a MetaTrader 5 chart. This entry covers Código Trading's Spanish-language video "Así programé un BOT sin saber programar", which approaches automation from the position of someone who does not write code.

**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The subject is the path from idea to compiled bot — the tooling and the workflow — not the trading logic that bot is meant to execute. There are no objective entry criteria, no confirmation trigger, no stop or target logic, and no defined market or timeframe to anchor them to. What our extractor found is descriptive rather than prescriptive: an account of how a bot gets built, not a rule set that can be coded and backtested faithfully.

**What it still offers.** As an accessible introduction to automation, the video does something useful: it demystifies the loop of describing, generating, compiling and loading an EA, which is the step that stops most discretionary traders from ever testing their ideas mechanically. It also makes the gap visible — an AI can write the code, but only once someone has written down the rules. That missing half is exactly what a decoded entry provides; see the active catalog for video strategies with fully extracted entry, exit and risk rules you can hand to a workflow like this one.

Source video

Decoded from: Así programé un BOT sin saber programar by Código Trading — watch the original

Key timestamps:

  • 0:00 - Introduction to bot creation with AI
  • 0:05 - Using ChatGPT to generate code
  • 0:10 - Bot working in Metatrader and profitability claims
  • 0:15 - Disclaimer and call to action

Frequently asked questions

Why is this ChatGPT / MetaTrader 5 entry archived?

The video is about the process of generating an Expert Advisor with AI rather than about a defined trading strategy — no qualifying criteria, confirmation trigger, or stop and target logic are specified. Our extraction scored it below the codifiability bar we require for the active catalog.

Can you really program a MetaTrader 5 bot without knowing how to code?

A language model can translate a written description into MQL5, so the coding step is far less of a barrier than it used to be. The constraint moves upstream: the description has to contain the actual rules — when to enter, when to exit, how much to risk — because an unspecified strategy cannot be generated into existence.

Is the video still worth watching?

Yes, as an orientation to the tooling. It is aimed at non-programmers and shows what the automation workflow looks like end to end, which is a reasonable starting point if you have never compiled an EA.

Where can I find strategies with rules complete enough to automate?

The active catalog lists decoded video strategies where full entry, exit and risk rules were successfully extracted — those are the ones with enough specification to be implemented in MQL5 or any other platform language.

Other archived strategies

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