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

  1. Click any card — the Builder opens with that template's nodes wired up
  2. Hit Run backtest — results appear in under 2 seconds
  3. Drag new nodes from the palette, edit parameters, connect outputs to inputs
  4. Every change is yours — duplicate, delete, rewire freely
  5. When happy, export to Pine Script v6 to take live on TradingView
Empty canvas

Build from scratch

blank

Start with an empty canvas. Drag nodes from the palette and wire your own logic. Maximum freedom, zero scaffolding.

CustomSelf-design
WinnerTP3 · +3.0R
bull
LoserSL · -1.0R
bull

Donchian breakout (canonical)

donchian_breakout_v2

Classic trend-following: 20-bar channel break, ATR-target sizing, 2×ATR stop, trailing exit.

Node graphOpen in Builder
WinnerTP3 · +3.0R
bull
LoserSL · -1.0R
bull

Turtle Trading (System 1)

turtle_system_1

Curtis Faith / Richard Dennis — 20-day Donchian breakout entry, 20-period ATR sizing (risk 1% per N), 2N ATR stop. The textbook trend-following system.

Node graphOpen in Builder
📍
●─●─●
│ │ │
●─●─●
Node graph

Livermore Pivot break

livermore_pivot

Jesse 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.

Node graphOpen in Builder
☁️
●─●─●
│ │ │
●─●─●
Node graph

Ichimoku TK Cross

ichimoku_tk_cross

Karen Peloille / classical Ichimoku — Tenkan crosses Kijun in the direction of the trade. The simplest Ichimoku entry; you can add Kumo (cloud) filters to tighten.

Node graphOpen in Builder
WinnerTP3 · +4.0R
bear
LoserSL · -1.0R
bull

SMC: Sweep + Order Block (long + short)

smc_fvg_v2

Real 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.

Node graphOpen in Builder
WinnerTP2 · +2.5R
bear
LoserSL · -1.0R
bull

RSI + Bollinger (filtered)

rsi_bb_rich

Mean-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.

Node graphOpen in Builder
WinnerTP2 · +2.5R
bull
LoserSL · -1.0R
bull

EMA cross 20/50

ema_cross_v2

Two EMAs piped through a Crossover alpha — proves the typed-wire model with the simplest possible strategy.

Node graphOpen in Builder

Trade clips are real winning + losing trades from a live backtest on XAUUSD M15. Refreshes hourly.