In my strategy I want the indicators I add to the chart to have their label set to "" but I can't figure out how to do this.
I did find this snippet
public override string DisplayName {
get { return "Indicator Name"; }
}
for if you have access to the source of the indicator, however I don't for most of the indicators nor do I want to have to modify the indicators. Is there some way to do it from the strategy, instead?
Can someone maybe show me an example with MACD if so?
thank you

Comment