Is there anything like the code below to get a list of available ATM strategies from an indicator property? Anything as ATMStrategyNameConverter of that kind of sort?
[TypeConverter(typeof(NinjaTrader.NinjaScript.AccountNameConverter))]
[Display(Name="AccountName", Order=1, GroupName="Parameters")]
public string AccountName { get; set; }
Alejandro

Comment