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 NullPointStrategies, 03-13-2026, 05:17 AM
|
0 responses
93 views
0 likes
|
Last Post
|
||
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
152 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
80 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
53 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
64 views
0 likes
|
Last Post
|

Comment