Templates
Pick a starting point
Every template is a node graph that opens in the Builder — wire it up, tune it, re-run. Start blank or pick a proven setup.
How templates work
- Click any card — the Builder opens with that template's nodes wired up
- Hit Run backtest — results appear in under 2 seconds
- Drag new nodes from the palette, edit parameters, connect outputs to inputs
- Every change is yours — duplicate, delete, rewire freely
- When happy, export to Pine Script v6 to take live on TradingView
Build from scratch
blankStart with an empty canvas. Drag nodes from the palette and wire your own logic. Maximum freedom, zero scaffolding.
Donchian breakout (canonical)
donchian_breakout_v2Classic trend-following: 20-bar channel break, ATR-target sizing, 2×ATR stop, trailing exit.
Turtle Trading (System 1)
turtle_system_1Curtis Faith / Richard Dennis — 20-day Donchian breakout entry, 20-period ATR sizing (risk 1% per N), 2N ATR stop. The textbook trend-following system.
Livermore Pivot break
livermore_pivotJesse Livermore's pivotal point method (Reminiscences of a Stock Operator) — buy on close above the recent N-bar high, sell on close below the N-bar low. Tape reading in node form.
Ichimoku TK Cross
ichimoku_tk_crossKaren Peloille / classical Ichimoku — Tenkan crosses Kijun in the direction of the trade. The simplest Ichimoku entry; you can add Kumo (cloud) filters to tighten.
SMC: Sweep + Order Block (long + short)
smc_fvg_v2Real SMC playbook in BOTH directions — bull sweeps (equal lows grabbed) enter at the Bull OB midpoint, bear sweeps (equal highs grabbed) enter at the Bear OB midpoint. Each direction has its own OB, SL, and exit chain so the math is correct for shorts too.
RSI + Bollinger (filtered)
rsi_bb_richMean-reversion: RSI oversold cross + Bollinger lower band touch, gated by ADX (trend strength) and a 20-bar cooldown. Structure stop + break-even at 1R + time exit.
EMA cross 20/50
ema_cross_v2Two EMAs piped through a Crossover alpha — proves the typed-wire model with the simplest possible strategy.
Trade clips are real winning + losing trades from a live backtest on XAUUSD M15. Refreshes hourly.