how can I get the template name of an indicator per script?
The DrawObjects have a property Template for that purpose, e.g.:
string templateName = DrawObjects["MyLine"].Template;
Is there something similar for indicators?
I was not able to find anything like this.
Thank you !!!
Armin

Comment