concept

Indicator examples

These pages walk through ten Chartnaut public library indicators — the same scripts seeded into the live indicator table (privacy: public, source visible in Research → Indicators).

Read them in order. Each page shows what the indicator plots, the decisions that matter in the script, then the full public source.

Simple → complex

#

Example

Teaches

1

Volume

Histogram pane, color-from inputs, no warmup

2

Moving Average

Overlay, input.select, rolling accum

3

Donchian Channels

Multi-line channel from high/low windows

4

ATR

True range + selectable smoothers

5

RSI

Wilder oscillator + level lines

6

Bollinger Bands

SMA ± standard deviation bands

7

Stochastic

Dual-smoothed %K/%D

8

MACD

Dual EMA, signal, histogram

9

Supertrend

Stateful trail that flips with trend

10

VWAP

Session reset, bandTemplate, dep-friendly band ids

Open any Chartnaut-owned indicator in Research → Indicators and use Show source to compare with these pages.

Next

  1. Overlay vs pane

  2. Indicator series types

  3. First indicator guide