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 TraderBCL, Today, 04:38 AM
        2 responses
        7 views
        0 likes
        Last Post TraderBCL  
        Started by martin70, 03-24-2023, 04:58 AM
        14 responses
        105 views
        0 likes
        Last Post martin70  
        Started by Radano, 06-10-2021, 01:40 AM
        19 responses
        606 views
        0 likes
        Last Post Radano
        by Radano
         
        Started by KenneGaray, Today, 03:48 AM
        0 responses
        4 views
        0 likes
        Last Post KenneGaray  
        Started by thanajo, 05-04-2021, 02:11 AM
        4 responses
        471 views
        0 likes
        Last Post tradingnasdaqprueba  
        Working...
        X