How can I remove indicators after my EA is complete

 

What happens at the end of testing, I see all the indicators that have been used in EA with all the values used within that EA. So when testing is complete, it takes a lot of time to load all the indicators to display on the chart. Does anyone know how can we prevent indicators to show up after testing is complete. I was hoping to have a function like IndictaorDeleteAll() to be called in deinit().. Can any one help?



Thanks

 
See function HideTestIndicators
 
Rosh:
See function HideTestIndicators

Thanks, it was very helpful.

Reason: