Programmatically Removing Indicators from the Chart

 

How can ALL indicators be removed from the chart, programmatically?

Thanks 

 

ChartIndicatorsTotal

ChartIndicatorName

ChartIndicatorDelete

Loop through all the indicators, and run ChartIndicatorDelete on each one.

 
Thanks for command hints!