Node reference
Price
The candle's price — open, high, low, or close.
Rev. 2026.06
Pricedata
No inputsOutputsPrice
Open
open · number
High
high · number
Low
low · number
Close
close · number
What it does
Exposes the raw OHLC of each candle; pick which field to read with the source config.
What happens
Read fresh from each candle as the strategy steps — this is the raw market value the rest of your graph builds on.
When to use
The starting point for most strategies — wire it into indicators and conditions.
Gotchas
- Defaults to close; set source for open / high / low.
- It's the raw price, not an average.