https://ninjatrader.com/support/help...ryorderattribu te.htm
Objective: Organize the Strategy User Interface by ordering different parameters as usual & then organizing these groups in an order other than the default.
And yes, I did see they warn its not supported...
Example:
"Base Parameters"
Item 1
Item 2
Item 3
"Targets & Stops"
Item 1
Item 2
Item 3
"Indicator Settings"
Item 1
Item 2
Item 3
I am of course referring here to the Properties section:
region Properties
[NinjaScriptProperty]
[Range(1, int.MaxValue)]
[Display(Name="Contracts", Description="Contracts Placed", Order=1, GroupName="Base Parameters") ]
public int Contracts
{ get; set; }

Comment