Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

[CategoryExpanded] set standard to "false"

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [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?
    sidlercom80
    NinjaTrader Ecosystem Vendor - Sidi Trading

    #2
    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.
    Kate W.NinjaTrader Customer Service

    Comment


      #3
      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.
      sidlercom80
      NinjaTrader Ecosystem Vendor - Sidi Trading

      Comment


        #4
        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:

        Code:
        [CategoryDefaultExpanded(false)]
        public class Test : Indicator
        {
        However, this is not supported and did not work for strategies in my testing, though it did work for an 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.
        Kate W.NinjaTrader Customer Service

        Comment


          #5
          Hi, I scanned all issues regarding ways to start the Indicator parameter screen with group/category collapse. The only valid but unsupported solution I saw, was the use of [CategoryDefaultExpanded(false)] and/or [CategoryExpanded("Group/Category Name", false)]. I did try them both, with or without the

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by rbeckmann05, Yesterday, 06:48 PM
          1 response
          12 views
          0 likes
          Last Post bltdavid  
          Started by llanqui, Today, 03:53 AM
          0 responses
          6 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by burtoninlondon, Today, 12:38 AM
          0 responses
          10 views
          0 likes
          Last Post burtoninlondon  
          Started by AaronKoRn, Yesterday, 09:49 PM
          0 responses
          15 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          11 views
          0 likes
          Last Post carnitron  
          Working...
          X