Archived — below our codifiability bar
Moving Averages Strategy
Discover an automated trading strategy using Moving Averages. Learn how this Pine Script strategy incorporates Pro partial close functionality for improved trad
Published · Archived · Methodology: Technical Indicators
- Algo score: 70%
- Discretionary score: 35%
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: Technical Indicators
- Content type: strategy
Indicators mentioned
- Medias Móviles (Moving Averages)
Why this strategy was archived
A moving average smooths price into a single running line, and systematic traders build on it in two main ways: as a trend filter (price above or below the average) and as a crossover trigger (a faster average passing through a slower one). This entry decodes robotdeforex's Spanish-language video "🚀 ¡Nueva VERSIÓN del ROBOT! 🔥 Medias Móviles SIN ERRORES + Cierre Parcial PRO 🏆", which presents an updated automated system built around moving averages and adds partial position closing to its trade management.
**Why this entry is archived.** Our extraction scored this video below the codifiability bar. It identified the structural core — moving averages as the signal engine, plus a partial-close mechanism on the exit side — but not the parameters that make those pieces reproducible: which averages and periods, on which timeframe and instrument, what exactly triggers an entry, and at what level or condition the partial close fires. The conditions are referenced rather than specified, so any attempt to code them would fill the gaps with guesswork. An entry that cannot be reproduced faithfully does not belong in the active catalog.
**What it still offers.** The video is worth attention for where it puts its emphasis. Most moving-average content stops at the entry signal; this one spends its focus on execution quality and on partial closes — the trade-management layer that decides whether a mediocre signal survives. If you are building your own moving-average system, treat this as a prompt for the questions your exit logic has to answer. For entries where the full rule set was successfully extracted, see the Moving Averages concept hub and the active catalog.
Source video
Decoded from: 🚀 ¡Nueva VERSIÓN del ROBOT! 🔥 Medias Móviles SIN ERRORES + Cierre Parcial PRO 🏆 by robotdeforex — watch the original
Frequently asked questions
Why is this moving averages strategy archived?
Our extraction identified the building blocks — moving averages as the signal source and a partial-close exit mechanism — but not the specific periods, timeframe, entry trigger, or partial-close condition. Without those, the strategy cannot be coded or backtested faithfully, so it scored below the codifiability bar for the active catalog.
Is the video still worth watching?
Yes, particularly for its trade-management angle. It puts partial closing and execution quality at the center rather than treating the entry signal as the whole strategy, which is the part most moving-average content leaves out.
What is a partial close in an automated strategy?
Closing part of an open position while leaving the rest running — typically to bank some profit and reduce risk while keeping exposure to a continued move. Automating it requires an explicit trigger and a defined fraction, which is precisely what our extraction could not pin down here.
Where can I find codifiable moving average strategies?
The Moving Averages concept hub and the active catalog list decoded video strategies whose entry, exit, and risk rules were extracted in full.
Other archived strategies
- New York Session Trading Setup — Gorka Fx
- Day Trading Strategy for Sniper Entries — The Rumers
- Day of the Month Trading, Calendar Trading — Peak Trading Research
- Mean Reversion Strategy — Ali Casey | StatOasis
- 6 Pips Stop Loss Strategy — It's Smart Money
- Narrow Range Bars Strategy — Ali Casey | StatOasis
Browse all archived strategies · Explore the strategies that did make the cut