I've recently made a stochastic indicator that uses the function Draw.Dot to attach dots to the stochastic plots.
This works perfectly. I've set the dots to 'DrawOnPricePanel = False'.
The issue I'm having however, is when I instantiate this indicator into my strategy, the dots seem to be attached to the price panel, not respecting the 'DrawOnPricePanel = False'.
This only happens when instantiating it. Does anyone know how to possibly fix this?
Any help will be much appreciated.

Comment