I would like to have a group of different strings as parameters to select like "Indicator1", "Indicator2", "Indicator3". Is that possible?
Here is something I would like to do, but of course that is the wrong syntax:
#region Properties
[NinjaScriptProperty]
[Display(Name1="Indicator1", Name2="Indicator2", Name3="Indicator3", Description="Strat", Order=1, GroupName="Parameters")]
{ get; set; }
#endregion
Gerik

Comment