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

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
    cassb
    NinjaTrader Ecosystem Vendor - Logical Forex

    #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.
      cassb
      NinjaTrader Ecosystem Vendor - Logical Forex

      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 alifarahani, Today, 09:40 AM
        4 responses
        21 views
        0 likes
        Last Post alifarahani  
        Started by gentlebenthebear, Today, 01:30 AM
        3 responses
        16 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by PhillT, Today, 02:16 PM
        2 responses
        7 views
        0 likes
        Last Post PhillT
        by PhillT
         
        Started by Kaledus, Today, 01:29 PM
        4 responses
        11 views
        0 likes
        Last Post Kaledus
        by Kaledus
         
        Started by frankthearm, Yesterday, 09:08 AM
        14 responses
        47 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Working...
        X