Archived — below our codifiability bar

AlgoWizard Trading Robot Creation

Learn to create automated trading robots without coding using AlgoWizard. This guide covers setting entry/exit with RSI, Bollinger Bands, and candle patterns fo

Published · Archived · Methodology: Mixed

  • Algo score: 65%
  • Discretionary score: 40%

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: 1 minute, 1 hour
  • Markets: Euro/USD

Indicators mentioned

  • RSI
  • Hammer Pattern
  • Bollinger Bands
  • Moving Average

Why this strategy was archived

AlgoWizard is a no-code strategy builder: a visual environment where entry and exit logic is assembled from blocks instead of written in code, then backtested. This entry covers Hobbiecode's tutorial "Crea TU propio Robot de TRADING sin PROGRAMAR", which walks a viewer through building a trading robot on EUR/USD from familiar components — RSI, Bollinger Bands, a moving average and a hammer candlestick pattern — across the 1-minute and 1-hour timeframes.

**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The scaffolding is there — the market is named, the timeframes are stated, the indicator palette is explicit — but the rules that bind those pieces together are referenced rather than specified: indicator settings, the exact conditions that trigger an entry, the exit and stop logic, and how the 1-minute and 1-hour views relate to one another are not pinned down tightly enough to reproduce without guesswork. That is a natural consequence of the format: the video teaches the builder, and the example strategy exists to demonstrate the tool rather than to be published as a finished rule set. An entry we cannot code faithfully does not enter the active catalog.

**What it still offers.** Its value is instructional, and it covers ground most strategy videos skip: it shows a trader without a programming background that mechanical rules can actually be assembled, backtested and iterated on. The component list is a sensible starting palette for anyone building their first automated system, and the workflow it demonstrates — define the logic visually, test it against data, refine — is the correct order of operations. If you are looking for complete rule sets built from these same components, the RSI, Bollinger Bands and moving average concept hubs list decoded entries where every condition was successfully extracted.

Source video

Decoded from: 💰 Crea TU propio Robot de TRADING sin PROGRAMAR 😱 [FÁCIL] by Hobbiecode — watch the original

Key timestamps:

  • 0:00 - Introduction to AlgoWizard
  • 1:30 - AlgoWizard interface overview
  • 2:45 - Setting up long entry signals
  • 3:15 - Adding RSI condition
  • 3:45 - Adding Hammer Pattern condition
  • 4:15 - Setting up short entry signals
  • 5:00 - Defining entry actions (market order)
  • 5:45 - Setting Stop Loss and Take Profit in pips
  • 6:30 - Backtesting the strategy

Frequently asked questions

Why is this AlgoWizard entry archived?

Our extraction identified the market, timeframes and indicators used, but not a complete set of entry, exit and stop conditions precise enough to automate without guesswork. That scored the video below the codifiability bar we require for the active catalog.

Is the video still worth watching?

Yes — as a tutorial. It is aimed at traders who want to build an automated strategy without writing code, and it demonstrates the assemble-backtest-iterate workflow that underpins systematic trading.

What is AlgoWizard?

A no-code strategy builder: instead of programming, you assemble entry and exit logic visually from indicator and price-action blocks, then backtest the result. It is the tool the video uses to construct its EUR/USD example.

Where can I find codifiable strategies using RSI, Bollinger Bands or moving averages?

The active catalog and the corresponding concept hubs list decoded video strategies where the full rule set — conditions, exits and risk logic — was successfully extracted.

Other archived strategies

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