Login Page - Create Account

Support Board


Date/Time: Fri, 18 Apr 2025 03:34:02 +0000



Post From: Accessing pullback data via in ACSIL custom study

[2025-03-30 19:47:34]
robrg2675 - Posts: 12
I'm interested in accessing pullback data as it is being generated from the Numbers Bars Calculated Values study, specifically the ask and bid volume. I'm aware of the sc.HistoricalHighPullbackVolumeAtPriceForBars and sc.HistoricalLowPullbackVolumeAtPriceForBars functions, but understand these store pullback data for already formed bars. My first attempt was by referencing the Numbers Bars Calculated Values study subgraphs I'm interested in, but instead of referencing sc. Index as the bar that is forming, passing on an index of "1" or "0" to access what is happening in the pullback column. I read this on another post, as a possible solution, but it doesn't seem to be working. Any insights are appreciated.