IntermediateLast verified Aug 23, 2026
Data Source
Provides OHLCV market bars to nodes that consume historical or latest-bar data.
Provides OHLCV market bars to nodes that consume historical or latest-bar data.
When to use
Use it when an Indicator or another data consumer needs bars for a symbol and timeframe.
Example
Provide daily SPY bars to an Indicator that calculates RSI.
Common problems
Data Source supplies data but does not start control flow. Align symbol and timeframe with the activation when the comparison depends on the same market series.
Next steps
Review the generated Parameters, Outcomes, and Data Ports on this page, then open the related guides for the complete workflow.
Related documentation
- Control and data connectionsUse control connections to continue execution and data connections to pass compatible values.
- IndicatorCalculates a selected technical indicator from connected market data.
- Build an RSI Momentum AlertCreate the Starter strategy, change its threshold, validate it, save it, and reopen it.