Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
[CategoryExpanded] set standard to "false"
Collapse
X
-
[CategoryExpanded] set standard to "false"
Good afternoon, everyone. Who can help me with my problem? i have created a lot of settings in my strategy. unfortunately the clarity of the menu has been lost. how is it possible to set the different categories to closed by default when loading the strategy, so that the individual categories have to be opened manually, if necessary. perhaps there is an example?3 PhotosTags: None
-
Hello sidlercom80,
Thank you for your post.
There's not a simple setting to collapse the sections, however, an expandable class would achieve your goal. There's a good example of this on this forum post:
Please let us know if we may be of further assistance to you.
- Likes 1
-
Hello NinjaTrader_Kate , thank you for your help! You don't seem to understand me very well, I think ;-)
I want this to happen when loading the strategy, as default all registers are collapsed in the properties window. this can certainly be done easily by command, i just don't know with which.2 Photos
Comment
-
Hello sidlercom80,
Thank you for your reply.
I do understand, and unfortunately there's not a supported method to achieve this.
You may be able to use [CategoryDefaultExpanded(false)] to try to display its properties as collapsed.
This is applied at the class level so it applies to all properties that can be collapsed:
However, this is not supported and did not work for strategies in my testing, though it did work for an indicator.Code:[CategoryDefaultExpanded(false)] public class Test : Indicator {
Otherwise, you'd have to try the option for creating collapsible classes.
Please let us know if we may be of further assistance to you.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
88 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
||
|
Started by M4ndoo, 04-20-2026, 05:21 PM
|
0 responses
134 views
0 likes
|
Last Post
by M4ndoo
04-20-2026, 05:21 PM
|
||
|
Started by M4ndoo, 04-19-2026, 05:54 PM
|
0 responses
68 views
0 likes
|
Last Post
by M4ndoo
04-19-2026, 05:54 PM
|
||
|
Started by cmoran13, 04-16-2026, 01:02 PM
|
0 responses
119 views
0 likes
|
Last Post
by cmoran13
04-16-2026, 01:02 PM
|
||
|
Started by PaulMohn, 04-10-2026, 11:11 AM
|
0 responses
69 views
0 likes
|
Last Post
by PaulMohn
04-10-2026, 11:11 AM
|

Comment