Cruce de Medias Móviles Strategy
GBP/JPY 1-hour strategy using moving average crossovers (50 & 100 period) for entries. ATR-based stop-loss and take-profit for risk management.
Published · Updated · Methodology: Technical Indicators
Part of: Moving Average Strategies
- Methodology: Technical Indicators
- Content type: strategy
- Timeframes: una hora
- Markets: libra yen
Indicators used
- Medias Móviles (Moving Averages)
- ATR
Source video
Decoded from: Creo un Robot de Trading Rentable en 30 seg by Hobbiecode — watch the original
Key timestamps:
- 0:04 - Introduction to creating a trading robot
- 0:12 - Long entry condition: MA 50 crosses above MA 100
- 0:20 - Exit condition: MA 50 crosses below MA 100
- 0:24 - Adding Stop Loss and Take Profit based on ATR
- 0:30 - Backtesting on GBP/JPY 1-hour timeframe
Strategy overview
A moving-average crossover system watches two averages of different lengths and treats the moment the faster one crosses the slower as a sign that the short-term trend has shifted against the longer-term one. What makes this entry worth a look is less the mechanic than the framing around it: the source video from Hobbiecode, "Creo un Robot de Trading Rentable en 30 seg" ("I build a profitable trading robot in 30 seconds"), uses the crossover to demonstrate just how little it takes to turn a chart idea into a fully mechanical, automatable strategy.
That minimalism is the real subject. In this build the crossover does double duty — a cross in one direction opens the position and the cross back closes it — so the logic stays symmetric and always resolves to a single, unambiguous state instead of needing a separate exit engine. Risk is handed to the ATR (Average True Range), so the stop and target scale to recent volatility rather than sitting at a fixed distance, and the whole thing is put to work on GBP/JPY on the one-hour chart — a liquid forex pair where a slower crossover has room to breathe without firing on every wiggle.
As always with crossovers, the decisions that matter are the ones a 30-second demo glosses over: which two lengths you pair, how you handle the choppy stretches where the averages tangle and whipsaw, and how volatility-based risk behaves around a signal that can flip. This page pairs the base concept with the source video rather than a full rule breakdown; the concept hub above covers how moving-average crossovers work in general.
Topics
cruce de medias móviles · technical indicators · libra yen · forex strategy · una hora strategy · moving average strategy · atr strategy · tradingview strategy · pine script · swing trading · gbpjpy trading strategy
Frequently asked questions
What is a moving average crossover strategy?
It is a system built on two moving averages of different lengths: when the faster average crosses the slower one, it signals that the short-term trend has shifted, and that crossing is used as the trigger to act. It is one of the oldest and most automation-friendly ways to trade a trend mechanically.
What is different about the crossover strategy in this video?
The source video from Hobbiecode, "Creo un Robot de Trading Rentable en 30 seg", frames the crossover as a demonstration of how quickly a chart idea can become a complete automated robot — a single symmetric signal handling both entry and exit, with the ATR managing risk — rather than as a fully tuned, optimized strategy.
Why is ATR used with a moving average crossover?
ATR (Average True Range) measures recent volatility, so using it to set the stop and target lets the risk on each trade adapt to how much the market is currently moving, instead of relying on a fixed distance that can be too tight or too wide as conditions change.
How can I test a moving average crossover strategy before trading it?
Backtest it on historical data for the market and timeframe you intend to trade — the source video demonstrates it on GBP/JPY on the one-hour chart. Strategy Decoder extracts the structure of strategies like this one from video sources so you can evaluate and test them on TradingView.
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
- ADX, Moving Average Strategy — Cole Signals Pro
- RSI Trading Strategy — avatrade.com
- Range Oscillator, Advanced Moving Average Channel Strategy — TradeGenius
- Cumulative RSI Strategy — Quantified Strategies
- VOD Explosion, CM Ultimate MA MFT V4 Scalping Strategy — TradeGenius
- High Close Strategy, Moving Average Filter — Ali Casey | StatOasis