Stop pasting"write me an indicator"and praying.
Your AI asks 5 sharp questions, builds from a TV-verified skeleton,and hands you the script plus an honest build report.
★ proof, not promises · a complete worked build from the shipping demo
5 answers in. An honest script out.
Demo build 01, exactly as it ships: the filled 5-question card → the script it produced (TV-compiled) → the line that can never be deleted.
The build card → the script it became
1 · Market & timeframe: any liquid chart
(built on XAUUSD), 1h
2 · The idea (one sentence): In an uptrend,
a pullback that tags the EMA21 and then
closes back above it prints a long-side
marker.
3 · Entry & exit:
- Entry: trend filter = close above EMA200;
pullback tag = bar's low touches or dips
below EMA21; trigger = that same bar
CLOSES back above EMA21
- Exit: close crosses under EMA21
4 · Risk & costs: n/a — indicator
5 · Outputs: EMA21 + EMA200 lines, pullback
markers, state panel, alert on signal// DEMO 01 - EMA Pullback Marker
// (built from indicator-skeleton.pine)
// IDEA: uptrend pullback tags EMA21 then
// closes back above it // CARD: idea
// STATUS: testable draft - compiles clean;
// NOT validated (see build report)
//@version=6
indicator("EMA Pullback Marker (demo)",
overlay = true, max_labels_count = 500)
int pullLen = input.int(21, "Pullback EMA",
minval = 1, group = "Engine")
int trendLen = input.int(200, "Trend EMA",
minval = 1, group = "Engine")
[…] // full 54-line script ships in demo/The sentence that makes this pack different
Not validated (mandatory — never delete): "This is a testable draft. It compiles, renders, and follows non-repaint discipline — that is code quality, not evidence of an edge. It has NO out-of-sample validation: the chart you look at while building is in-sample by definition. Judge it on data it has never seen before risking anything." — ends every build report, and cannot be softened.
What's inside the zip
- SKILL.mdThe build loop — SPEC → SCAFFOLD → IMPLEMENT → HARDEN → VERIFY, six binding Build Gates.
- templates/The 5-question card + honest report (filled examples) + two TV-verified skeletons — indicator & strategy, real costs wired.
- references/The 1-page Pine v6 law list · anti-bias checklist · 18 style looks · repaint clinic · silent failures · verify checklist.
- tools/pine-preflight.mjsOffline structural linter (Node 18+, zero deps).
- demo/2 complete worked builds, card → final script — both TV-compiled.
A fresh build is a testable draft — never an edge. This pack guarantees clean, honest, non-repainting code; it does not — and nothing can — guarantee the idea makes money. The build report says exactly that, every time.
I can't code at all — is this for me?
Yes. You describe the idea in plain words; your AI asks up to 5 questions, fills the build card, and writes the Pine. The spec-first habit is the real product.
Indicator or strategy?
Both. Two TV-verified skeletons ship — signals + panel + alerts, and a strategy spine with real commission, slippage and risk-based sizing wired from bar one.
License & refund?
Personal, non-exclusive license — and scripts YOU build from the skeletons are yours, publishing your own finished scripts on TradingView is fine. 7-day refund before download; broken files fixed or refunded anytime.
Own every line — and extend it forever.
The full source, the AI-agent kit and free updates for life — yours the moment you pay.
One price · full refund within 7 days · own the source forever
Get all three —
the Starter Stack
One zip, the complete AI-assisted Pine workflow: Prompt Vault to ask right, Builder Lite to write right, Pine Fixer to repair right — three full products, not a sampler.
Educational AI skill packs — not financial advice, not a signal service, and not code that trades. They teach the AI you already use to write, repair, prompt for, or read charts around TradingView Pine Script; scripts your AI produces with them are testable drafts — no win-rate, profit, or accuracy is claimed or implied, and correct code is not a profitable idea. TradingView and Pine Script are trademarks of TradingView, Inc.; these are independent educational products, not affiliated with TradingView. Trading involves risk; forward-test on a demo and manage your own risk. © 2026 ProEA Lab.