Archived — below our codifiability bar

ChatGPT, RSI, Moving Averages

Learn how to use ChatGPT to generate Pine Script code for a trading bot on TradingView, incorporating RSI and moving averages. No programming skills required.

Published · Archived · Methodology: Mixed

  • Algo score: 70%
  • Discretionary score: 20%

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

Indicators mentioned

  • RSI
  • Moving Average

Why this strategy was archived

RSI and moving averages are the two most common building blocks in retail systematic trading: an oscillator to measure how stretched price is, and a trend line to decide which side of the market to take. This entry covers Código Trading's video "¿Bot de Trading en 15 segundos? ⚡", which pairs those classic indicators with a modern twist — using ChatGPT to turn a strategy idea into runnable bot code in a matter of seconds.

**Why this entry is archived.** Our extraction identified the ingredients — RSI, a moving average, and a mixed discretionary/automated framing — but not the parameters and conditions that turn ingredients into a strategy. The specific thresholds, the moving-average length, how the two indicators must align to trigger an entry, and what closes a position are referenced rather than defined; no timeframe or market was pinned down either. That leaves too much to guesswork to code and backtest faithfully, so the entry scored below our codifiability bar. This is largely a consequence of the format: the video's subject is the *workflow* — how quickly you can get from an idea to working code — not the specification of one particular rule set.

**What it still offers.** As a demonstration of AI-assisted strategy coding it does its job cleanly: it shows how an LLM can translate a familiar indicator pairing into a bot skeleton, which is a genuinely useful starting point for traders who don't write code. Worth keeping in mind that the part left to you — choosing the RSI levels and MA length, fixing a market and timeframe, defining exits, and then validating the result out-of-sample — is the part that determines whether the bot is worth running at all. If you're after fully specified RSI or moving-average systems, the RSI and Moving Average concept hubs and the active catalog list entries where those rules were successfully extracted.

Source video

Decoded from: ¿Bot de Trading en 15 segundos? ⚡ by Código Trading — watch the original

Key timestamps:

  • 0:00 - Introduction to AI bot creation
  • 0:05 - ChatGPT used to create bot with simple rules
  • 0:10 - Bot code generated and pasted into TradingView
  • 0:15 - Bot functioning in TradingView
  • 0:20 - Offer for 'SuperPrompt'

Frequently asked questions

Why is this ChatGPT RSI and moving average entry archived?

Our extraction found the components — RSI and a moving average — but not the thresholds, lengths, entry conditions, exit logic, timeframe, or market needed to automate the strategy without guesswork. It scored below the codifiability bar we require for the active catalog.

What does the video actually demonstrate?

An AI-assisted workflow: using ChatGPT to generate trading bot code from an indicator-based idea. The emphasis is on the speed of going from concept to code, rather than on documenting a specific, complete rule set.

Does Strategy Decoder treat AI-generated strategies differently?

No. The same codifiability bar applies regardless of how a strategy was produced. What matters is whether the video specifies rules precisely enough to code and backtest them faithfully.

Where can I find codifiable RSI or moving average strategies?

The RSI and Moving Average concept hubs, along with the active catalog, list decoded video strategies with fully extracted entry and exit rules.

Other archived strategies

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