
public event Action IndicatorUpdateEvent;
The event informs about changes in the list of indicators on the chart and is called in cases of adding, modifying, or deleting an indicator on the chart by the user. The handler method, which is notified with the event delegate, does not have a return value and does not take any parameters.
Suppose the logic of your algorithm is somehow tied to an indicator that the user adds to the chart.

If you have any difficulties or questions, please write to the support chat. Link