Node reference
Highest
The highest source value over the last N bars.
Rev. 2026.06
Highestindicator
InputsOutputsHighest
Source
source · number
Highest
main · number
Configure
- period
- — Lookback length, in bars
- default 20
- range 1–500
What it does
Returns the maximum of the source across the lookback window (including the current bar).
What happens
Recomputed once per candle from its wired source, incrementally (constant work per bar). It emits no value until the warmup period has passed; after that it produces a value every bar.
When to use
Breakout levels, channel tops, and trailing references.
Gotchas
- Includes the current bar — for a prior-high breakout, offset or compare deliberately.