Archived — below our codifiability bar
XAUUSD Breakout Strategy | MA Filter, RSI Dead Zone Filter
Discover an XAUUSD breakout strategy on a 1-hour timeframe using MA and RSI filters. Learn how to automate and backtest this gold trading approach.
Published · Archived · Methodology: Technical Indicators
- Algo score: 70%
- Discretionary score: 65%
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: Breakout Trading
- Methodology: Technical Indicators
- Content type: strategy
- Timeframes: 1-hour
- Markets: XAUUSD (Gold)
Indicators mentioned
- Trade Adapter Strategy Builder
- MA Filter
- RSI Dead Zone Filter
Why this strategy was archived
A breakout strategy on XAUUSD (Gold) tries to capture the moment price leaves a defined range or level and continues in that direction, usually with filters attached to avoid the false starts that make breakouts costly. This entry decodes TradeAdapter's video "XAUUSD Breakout Strategy | TradingView to MT5 Automation", which frames the setup on the 1-hour chart and layers two filters on top of it: a moving-average filter to align trades with the prevailing direction, and an RSI "dead zone" filter — the idea of a neutral middle band where signals are suppressed rather than taken.
**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The structural pieces are present — instrument, timeframe, and a named filter stack — but the rule set stops short of being reproducible: the breakout condition itself, the filter thresholds, and the exit and risk logic are referenced without being specified precisely enough to code without guesswork. Automation is unforgiving about exactly the parameters that are left open here, so the entry stays out of the active catalog, where every rule must be reconstructable from the source.
**What it still offers.** The video is unusually practical about the part most strategy content ignores entirely: getting a signal from TradingView into MT5 as a live order. That execution-plumbing angle, plus the filter-stack design pattern — a directional filter to pick sides, a dead-zone filter to sit out indecisive conditions — is transferable to any breakout system you build yourself. Treat it as automation and strategy-architecture material, and see the breakout and indicator-filter concept hubs in the active catalog for XAUUSD entries where the full rule set was successfully extracted.
Source video
Decoded from: XAUUSD Breakout Strategy | TradingView to MT5 Automation by TradeAdapter — watch the original
Key timestamps:
- 0:08 - Strategy overview: XAUUSD breakout, 1-hour, swing trading
- 0:18 - Adding Trade Adapter Strategy Builder
- 0:25 - Enabling MA Filter and RSI Dead Zone Filter
- 0:39 - Sequential optimization with Trade Optimizer and CSV
- 1:30 - Backtest results (P&L, drawdown, win rate)
- 1:45 - Connecting to Trade Adapter bridge and setting up alerts
- 2:00 - Message generator for MT5 connection
- 2:40 - Webhook URL setup
Frequently asked questions
Why is this XAUUSD breakout strategy archived?
Our extraction identified the market, the 1-hour timeframe, and the filter stack, but the breakout trigger, filter thresholds, and exit rules are not defined precisely enough to automate faithfully. It scored below the codifiability bar required for the active catalog.
What is an RSI dead zone filter?
It is a neutral band in the middle of the RSI range where signals are ignored, on the reasoning that momentum readings near the midpoint carry little directional information. Trades are only considered once RSI leaves that band.
Is the video still worth watching?
Yes, particularly for the automation side. It walks through connecting a TradingView signal to MT5 execution, which is the step most strategy videos leave out, and it illustrates a sensible filter-stack design for breakout systems.
Where can I find codifiable gold breakout strategies?
The breakout and XAUUSD sections of the active catalog list decoded video strategies where complete entry, exit, and filter rules were extracted.
Other archived strategies
- TradeAdapter, MEXC, TradingView Automation — TradeAdapter
- LIQUIDEZ, Smart Money Strategy — Institucional Trading Lab
- Python Bot for Cryptocurrency Trading with Atani API — PythonIA
- TradingView Bot Programming Guide — PythonIA
- EMA 200 Strategy — Inversiones Hoy
- Pullbacks Trading Guide — Jdub Trades
Browse all archived strategies · Explore the strategies that did make the cut