Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to hide a parameter

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

    How to hide a parameter

    You know how in the ZigZag indicator in the Properties section, you have:

    Code:
            public bool UseHighLow
            {
                get { return useHighLow; }
                set 
                { 
                    useHighLow            = value; 
                    PriceTypeSupported    = !value;
                }
            }
    This effectively controls whether the PriceType parameter appears in the properties dialog or not. Is there a way to do this with other parameters I created? I want to have the value of one parameter be a trigger to display or not display other parameters.

    Thanks!
    Bryan

    #2
    Please see this reference sample: http://www.ninjatrader-support2.com/...3814#post23814
    I believe that is what you are trying to do.

    If you are trying to get it disappear from the the Parameters options unfortunately this is not supported.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      Please see this reference sample: http://www.ninjatrader-support2.com/...3814#post23814
      I believe that is what you are trying to do.

      If you are trying to get it disappear from the the Parameters options unfortunately this is not supported.
      Thanks, I already have the indicator code and have used it. It's not quite what I was asking for. This is what I want... on a chart, open the Indicators list and select SampleLabelTrim. If I enter "1" into the Interval parameter, I want NumStdDev, Period and Smooth to disappear from the list. If I enter >1 in Interval, I want them to reappear.

      Comment


        #4
        Unfortunately this is not supported. You can try the !value setting as you have posted in your first post, but if that does not work unfortunately we cannot provide further assistance.
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        580 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        335 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        102 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        554 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        552 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X