Hello everyone
When accessing historical candle data via the Indicator API, are the following properties available per candle for Range Bar charts ?
candle.Delta (net delta per bar)
candle.MaxDelta / candle.MinDelta (delta extremes within the bar)
candle.Volume
POC (Point of Control), VAH, VAL per individual candle — or is volume profile only available on a range of bars ?
Context : I'm building a custom indicator that exports bar-by-bar data to CSV on historical data loaded via Go to Date with a Rithmic feed. The indicator needs to detect order flow patterns (engulfing bars) and export delta, volume profile, and indicator values (VIDYA, SuperTrend, VWAP) for each closed bar.
Are there any examples in the GitHub repo that show access to delta extremes and/or per-candle volume profile data ?
Hello everyone
When accessing historical candle data via the Indicator API, are the following properties available per candle for Range Bar charts ?
candle.Delta (net delta per bar)
candle.MaxDelta / candle.MinDelta (delta extremes within the bar)
candle.Volume
POC (Point of Control), VAH, VAL per individual candle — or is volume profile only available on a range of bars ?
Context : I'm building a custom indicator that exports bar-by-bar data to CSV on historical data loaded via Go to Date with a Rithmic feed. The indicator needs to detect order flow patterns (engulfing bars) and export delta, volume profile, and indicator values (VIDYA, SuperTrend, VWAP) for each closed bar.
Are there any examples in the GitHub repo that show access to delta extremes and/or per-candle volume profile data ?