how can i set a default value as empty to my Label indicator settings?
i have tried to set Name = ""; on State.SetDefaults or overwrite DisplayName
public override string DisplayName {
get { return " "; }
}
but it does not works like y want because sets empty or null value in configuration window
All i want is when someone uses the indicator, its doesnot show the text at the upper of the chart
Hope you can help me
Sorry about my english

Comment