is there a way to remove DrawTextObjects programmatically, without removing DrawObjects of another type.
I have TextObjects drawn on the chart, which are "tagged" when running the indicator. As the tags are written, when the indicator is running, it is difficult to remove them by the tags. The tags are build by a "name" + pricelevels which change.
Can I remove the Objects by saying something like - all drawing tools which tags start with "name". Or is it possible to remove only DrawTextObjects and not Objects of another type?

Comment