I wrote a strategy with many properties, divided into CategoryOrder. I do have at the top of the code the Gui.CategoryOrder declared, but regardless, a few GroupName are shown out of the order (see below the first 3, which should bee in different order: Entries, Targets, Money Management]. Attached is a MyCustomeStrategy.zip example code with only the properties declared, which you can use to replicate the issue.
[Gui.CategoryOrder("Structure" , 3000110)]
[Gui.CategoryOrder("Entries" , 3000120)]
[Gui.CategoryOrder("Risk & Stops" , 3000130)]
[Gui.CategoryOrder("Targets" , 3000150)]
[Gui.CategoryOrder("Filter Trend" , 3000210)]
[Gui.CategoryOrder("Filter Momo" , 3000230)]
[Gui.CategoryOrder("Money Management" , 3000400)]
[Gui.CategoryOrder("Account" , 3000700)]
[Gui.CategoryOrder("Visual" , 3000900)]

Comment