The correlationSeries of the Correlation indicator is set by default to string.Empty. I need to always set it to the instrment name. I tried it as
CorrelationSeries = Instrument.FullName; in the "State.SetDefaults", but it seems that this is not working. Suprisingly, once I do this in the custom indicator, my indicator disappears from the Indicators list accessible from the chart's upper toolbar. Any suggestion?
Thanks.

Comment