Archived — below our codifiability bar

Bull Market Support Band, AI Strategy Conversion

Learn to convert the Bull Market Support Band indicator source code into a Pine Script trading strategy using AI like ChatGPT. Automate strategy development on

Published · Archived · Methodology: Technical Indicators

  • Algo score: 70%
  • 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: AI-Assisted Trading

  • Methodology: Technical Indicators
  • Content type: educational

Indicators mentioned

  • Bull Market Support Band

Why this strategy was archived

The Bull Market Support Band is a pair of long-term weekly moving averages — the 20-week SMA and the 21-week EMA — plotted together as a single band and widely used as a higher-timeframe trend reference, particularly in crypto cycle analysis: price holding above the band is read as intact bullish structure, price losing it as a break in trend. This entry decodes Michael Automates' video "Convert Indicator Into A Trading Strategy with AI - IT WORKS!", which takes that indicator as its starting point and walks through converting it into a tradable strategy with AI assistance.

**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The indicator at the center of the demonstration is named clearly and the conversion workflow is easy to follow, but the resulting rule set is not pinned down tightly enough to reproduce: entry and exit conditions surface in the course of the walkthrough rather than as complete, unambiguous logic, and the target market and timeframe are left open. Coding it would mean filling those gaps with guesswork, and an entry we cannot code faithfully does not belong in the active catalog — the workflow itself is sound regardless.

**What it still offers.** The video's real contribution is procedural: it shows how a trader can take an indicator they already trust and shape it into something testable with AI, which is a genuinely useful bridge for anyone who has never made that jump. The choice of instrument helps here — the Bull Market Support Band is a well-defined trend filter rather than a vague narrative concept, which makes it a reasonable candidate for exactly this kind of conversion exercise. Read this entry as workflow material, and see the moving-average and trend-following concept hubs, or the active catalog, for entries where the full rule set was successfully extracted.

Source video

Decoded from: Convert Indicator Into A Trading Strategy with AI - IT WORKS! by Michael Automates — watch the original

Key timestamps:

  • 0:00 - Introduction to converting indicators with AI
  • 0:20 - Demonstrating AI-generated strategy results
  • 0:30 - How to find the 'Bull Market Support Band' indicator
  • 0:40 - Copying the indicator's source code
  • 0:50 - Using ChatGPT to generate strategy code
  • 1:20 - Adding the AI-generated code to TradingView

Frequently asked questions

Why is this Bull Market Support Band strategy archived?

Our extraction identified the indicator and the general approach but not a complete, automatable rule set — entries and exits appear within the demonstration rather than as precise conditions, and no market or timeframe is specified. That combination scored below the codifiability bar we require for the active catalog.

What is the Bull Market Support Band?

A band formed by the 20-week simple moving average and the 21-week exponential moving average, plotted on higher-timeframe charts as a long-term trend reference. Trading above the band is generally read as bullish structure; losing it is read as a trend break.

Is the video still worth watching?

Yes — as a process demonstration. It walks through converting an indicator into a testable strategy with AI assistance, which is a useful workflow to see even when the specific rules are not defined precisely enough for us to decode them.

Where can I find codifiable moving-average and trend strategies?

The active catalog and the moving-average and trend-following concept hubs list decoded video strategies where full entry, exit, and risk rules were successfully extracted.

Other archived strategies

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