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 fx.practic, 10-15-2013, 12:53 AM
          5 responses
          5,404 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by Shai Samuel, 07-02-2022, 02:46 PM
          4 responses
          95 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by DJ888, Yesterday, 10:57 PM
          0 responses
          8 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          160 views
          0 likes
          Last Post loganjarosz123  
          Started by Belfortbucks, Yesterday, 09:29 PM
          0 responses
          9 views
          0 likes
          Last Post Belfortbucks  
          Working...
          X