I have some difficulties deleting Drawing objects.
I create several lines with the Draw.Line command.
I create them with the "Is Global" in my indicator.
When I select one of these lines in the Chart, they appear with th ename "@name" as they are global.
They appear in all charts (YM).
But I'm deleting the indicator, but I still have a lot of lines in the charts: in the chart where the indicator was placed as also in the other charts from YM.
In fact, I even have several ojects (lines) with reppeated names!
What should I take care of, when working with global objects?
May it happen, because I selected a line in the chart and I deleted it "manually"?
Maybe I have to delete the lines in all the charts?
Can you give me a kind of indicator, so that it would automatically delete created global objects?
Thanks!

Comment