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 CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
52 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
29 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
194 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
355 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
274 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|

Comment