Using this bit of code as an instrument input parameter for an indicator.
[NinjaScriptProperty]
[TypeConverter(typeof(NinjaTrader.Gui.Tools.Instrum entSelector))]
[Display(Name="Select Execution Instrument",GroupName = "Parameters", Order = 1)]
public NinjaTrader.Cbi.Instrument InstrumentInput
{ get; set; }
Thanks

Comment