(I looked at the code from Pivots and PriceLine).
Drawing lines and text this way, however, does not create DrawingObjects. I would need to load this indicator on only one chart but that drawn lines and text would show on all charts of the same instrument. Like if I drew a line Draw.Line() by setting isGlobal = true
Is there a solution ? or in order to have this anchoring of the drawn elements I have to absolutely load the same indicator on all the charts where I need it ?
thanks

Comment