I'm working on an indicator that that draw orderflow patterns on a normal bar chart (imbalances, absorption, sweeps etc). At the moment I'm adding the volumetric bars as an additional bar series (BarsArray[1]), that way the NT footprint visuals are hidden which is what I want. However this makes it so that when I change the chart bars, I need to go to the indicator and change the volumetric bar type and period (I've made parm in the indicator ui).
It would be a lot more elegant if I could just load volumetric bars directly. Are there any way around this issue?

Comment