Archived — below our codifiability bar

ChatGPT 5, MQL5, MetaTrader 5, RSI, Moving Average, ATR

Learn to use ChatGPT 5 to generate MQL5 trading bots for MetaTrader 5 without coding. This guide covers AI prompting, error handling, and backtesting for automa

Published · Archived · Methodology: Mixed

  • Algo score: 70%
  • Discretionary score: 60%

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: Moving Average Strategies

  • Methodology: Mixed
  • Content type: educational
  • Timeframes: Not specified
  • Markets: Not specified (implied Forex/Indices as MetaTrader 5 is used)

Indicators mentioned

  • Moving Average
  • RSI
  • ATR

Why this strategy was archived

This entry covers a tutorial-style video on using ChatGPT to write MQL5 code for MetaTrader 5 — building an automated Expert Advisor around a familiar indicator trio: a moving average for trend context, RSI for momentum, and ATR for volatility-based sizing or stop placement. Código Trading's "ChatGPT 5: la mejor IA para programar bots de trading automático [GUÍA]" walks through the workflow of turning a trading idea into compiled, runnable code with an AI assistant.

**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The material identifies the components clearly — the indicators are named and the MQL5/MetaTrader 5 environment is explicit — but the emphasis is on the *coding workflow* rather than on a fully specified strategy: indicator periods, the exact conditions that trigger entries and exits, the timeframe, and the instrument are referenced or left to the prompt rather than pinned down. A rule set we would have to fill in by guesswork cannot be coded or backtested faithfully, so it does not belong in the active catalog.

**What it still offers.** The video is genuinely useful as a build guide. It shows how to structure prompts so an LLM produces valid MQL5, how the pieces of an Expert Advisor fit together, and how MA/RSI/ATR are typically wired into a trend-plus-momentum bot with volatility-aware risk. If you want to automate a strategy you have already defined, treat this as implementation material rather than a strategy source — and see the moving average, RSI and ATR concept hubs in the active catalog for entries where the full entry and exit logic was extracted.

Source video

Decoded from: ChatGPT 5: la mejor IA para programar bots de trading automático [GUÍA] by Código Trading — watch the original

Key timestamps:

  • 0:00 - Introducción – ¿Por qué ChatGPT 5 en trading?
  • 1:57 - ChatGPT 5: tu programador personal 24/7
  • 10:00 - Cómo generar un bot de trading con IA
  • 13:11 - Ejemplo práctico paso a paso (MetaTrader 5)
  • 18:00 - Poner el Bot en una cuenta Demo

Frequently asked questions

Why is this ChatGPT/MQL5 strategy archived?

Our extraction scored it below the codifiability bar. The video names the indicators (Moving Average, RSI, ATR) and the MetaTrader 5 environment, but the entry, exit and parameter conditions are not specified precisely enough to automate without guesswork.

Is the video still worth watching?

Yes — as an implementation guide. It shows how to use an AI assistant to produce working MQL5 code for MetaTrader 5, which is a practical skill once you already have a defined rule set to encode.

Which indicators does it use?

A Moving Average, RSI and ATR, in a mixed discretionary/systematic framing. The timeframe and market are not stated in the video; MetaTrader 5 implies Forex or index CFDs.

Where can I find codifiable MA, RSI or ATR strategies?

The active catalog and the Moving Average, RSI and ATR concept hubs list decoded video strategies with complete entry and exit rules extracted.

Other archived strategies

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