Node reference
OHLC (multi-timeframe)
Candle data from another pair or timeframe.
Rev. 2026.06
Multi-TF OHLCVdata
No inputsOutputsMulti-TF OHLCV
Open
open · number
High
high · number
Low
low · number
Close
close · number
Volume
volume · number
Configure
- symbol
- — Trading pair
- default $CURRENT
- timeframe
- — Candle size
- default 1h
What it does
Pulls OHLCV for a different symbol or higher timeframe so one strategy can read more than one series.
What happens
Uses the last CLOSED higher-timeframe candle (a no-repaint staircase) — no lookahead.
When to use
Multi-timeframe confirmation (trade the 5m, filter on the 1h) or cross-pair signals.
Gotchas
- It reads the last closed HTF candle, so it updates in steps — never mid-bar.
- Set symbol to $CURRENT to track the strategy's own pair.