disabling indicator from code
Created at 15 Jun 2017, 15:55
disabling indicator from code
15 Jun 2017, 15:55
Hi,
I have developed an indicator which shows several instances of IndicatorDataSeries.
I don't need all of them at the same time but depending on current situations.
How can I disable some of them programatically ?
Regards,
Cezary
croucrou
16 Jun 2017, 19:53
You mean, you want to be able to manually turn on or off the series, to be visible or invisible on the chart?
Make a separate bool parameter for each series.
@croucrou