Archived — below our codifiability bar
ChatGPT Trading Bot
Learn how to use AI to generate a functional trading bot without coding. This guide demonstrates using ChatGPT to create an automated trading system.
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: Algorithmic & Automated Trading
- Methodology: Mixed
- Content type: educational
Why this strategy was archived
Asking a large language model to build a trading bot is one of the most searched ideas in retail algo trading: you describe an edge in plain language, the model returns code, and the code runs. This entry covers Código Trading's video "Le pedí un BOT de TRADING a ChatGPT y pasó esto 🤯", which walks through that experiment from the trader's side rather than the developer's.
**Why this entry is archived.** Our extraction scored this video below the codifiability bar. The content is built around the experiment itself — what was asked of the model and what came back — rather than around a rule set we can reproduce: no objective entry criteria, no confirmation trigger, and no stop or target logic were specified precisely enough to code. Our extractor also found no indicators, timeframes, or markets it could attach to a strategy record. The material is descriptive of a process, not prescriptive of a system, and an entry we cannot code faithfully does not belong in the active catalog.
**What it still offers.** As a first look at AI-assisted strategy building, it is worth the time: it shows the gap between a prompt and a tradeable system, which is precisely the gap Strategy Decoder exists to measure. The lesson for anyone experimenting with LLM-generated bots is that the model will happily produce code long before the rules behind it are defined well enough to backtest. For entries where a complete rule set was successfully extracted, see the active catalog and the algorithmic and automation-oriented concept hubs.
Source video
Decoded from: Le pedí un BOT de TRADING a ChatGPT y pasó esto 🤯 by Código Trading — watch the original
Key timestamps:
- 0:00 - Introduction to ChatGPT trading bot
- 0:06 - Claim of bot working in MetaTrader without coding
Frequently asked questions
Why is this ChatGPT trading bot entry archived?
Our extraction scored it below the codifiability bar. The video narrates the experiment of asking a language model for a trading bot, but it does not define objective entry conditions, a confirmation trigger, or stop and target logic — there is nothing complete enough to code or backtest faithfully.
Is the video still worth watching?
Yes, as an introduction to AI-assisted strategy building. It illustrates what a language model produces when asked for a trading bot, and where that output falls short of a specification you could actually automate.
Can ChatGPT write a codifiable trading strategy?
It can write code, but code is not a strategy. A codifiable strategy needs objective entry and exit conditions, defined timeframes and markets, and explicit risk rules — the parts that must be specified before any model can implement them.
Where can I find codifiable algorithmic strategies on Strategy Decoder?
The active catalog and the algorithmic and automation concept hubs list decoded video strategies where full entry, exit, and risk rules were successfully extracted.
Other archived strategies
- Stock Screener with AI using Claude Code and Financial APIs — PythonIA
- Gridbot — Sunday - The Quant
- Trap Candle Strategy — ZORO TRADER
- Bollinger Bands Indicator — Forex y Acciones
- ChatGPT 5, MQL5, MetaTrader 5, RSI, Moving Average, ATR — Código Trading
- Python, FMP API, Real-time Trading Alerts — PythonIA
Browse all archived strategies · Explore the strategies that did make the cut