Data¶
Where every strategy starts — load price bars for forex, stocks or crypto.
- Align to Bars — Forward-fill a series onto a target bars time axis with no lookahead. Use after HigherTimeframe → indicator to bring the higher-TF result back to the lower-TF cadence for use in signals.
- Data Source — Price bars source — loads historical OHLCV from the local store. Use
<Primary>on symbol or timeframe to follow the chart-header picker, or pin an explicit pair for multi-TF / multi-asset wiring. - Higher Timeframe — Resample bars to a higher timeframe. Output sits at the higher-TF cadence (one row per period). Wire the result through AlignToBars to use a higher-TF series in lower-TF signal logic without lookahead.
- Volatility Gate — Emit True when the bar's true range is normal (entry allowed), False on a range spike — the OHLCV proxy for the wide-spread / news conditions to avoid. AND with your entry signal to skip them.