I have a list of accounts in a property
#region properties
[NinjaScriptProperty]//[XmlIgnore]
[Display(Name="Copy from this Account ", Order=1, GroupName="1. Replicate ChartTrader")]
[TypeConverter(typeof(NinjaTrader.NinjaScript.AccountNameConverter))]
public string MasterAccount_name { get; set; }

Comment