I am trying to fix the indicator VPA. I added titles to the symbols, and when using 1 minute timeframe the indicator becomes slow. I guess the reason is the large number of draw objects. So I try to switch to OnRender. The challenge is the indicator at it's base plot volume quantities on separate panel, while recolor and draw text on the price panel. Even with DrawOnPricePanel=true, the DX drawing objects, such as DrawTextLayout or DrawRectangle draw on the indicator panel.
Any supported or unsupported way to solve this?
QuantKey_Bruce, I notice you dealt with this.Any tip?

Comment