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

Hiding Input Series selection or Making it read-only

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

    Hiding Input Series selection or Making it read-only

    Hiding Input Series selection or Making it read-only

    Hi, if custom indicator cannot have input series determined by user, what are the ways to hide it or disable it? Code can ignore it, of course, but users would be confused when they change input and nothing changes.

    Please advise.
    Last edited by zlpele; 01-02-2012, 02:29 PM.

    #2
    Originally posted by zlpele View Post
    Hiding Input Series selection or Making it read-only

    Hi, if custom indicator cannot have input series determined by user, what are the ways to hide it or disable it? Code can ignore it, of course, but users would be confused when they change input and nothing changes.

    Please advise.
    Code:
    PriceTypeSupported = false;
    ref: http://www.ninjatrader.com/support/h...esupported.htm

    Comment


      #3
      Tried already but it's obsolete in NT7: http://ninjatrader.com/support/forum...ad.php?t=29648

      This is actually quote problematic for NT vendors in case indies use something pre-defined - you have to let users know about it and see them puzzled as to why YOU didn't hide that then. It makes NT 3rd parties products look unprofessional.
      Last edited by zlpele; 01-02-2012, 05:02 PM.

      Comment


        #4
        Originally posted by zlpele View Post
        Tried already but it's obsolete in NT7: http://ninjatrader.com/support/forum...ad.php?t=29648

        This is actually quote problematic for NT vendors in case indies use something pre-defined - you have to let users know about it and see them puzzled as to why YOU didn't hide that then. It makes NT 3rd parties products look unprofessional.
        Uh oh. Come to think of it, I had noticed that myself some time back and had wanted to raise a query, but I guess that I got too busy to remember.

        The least they can do is either put a note in the documentation, or else remove that instruction and its verbiage entirely.

        Comment


          #5
          Hi guys, unfortunately Josh's note from the other cited thread would still stand, I will forward a suggestion to clarify the docs in this regard.
          BertrandNinjaTrader Customer Service

          Comment


            #6
            Originally posted by NinjaTrader_Bertrand View Post
            Hi guys, unfortunately Josh's note from the other cited thread would still stand, I will forward a suggestion to clarify the docs in this regard.
            Thanks Bertrand, would you mind putting this as feature request for both NT7 and NT8? I know that NT7 is most likely a no go, but it'll give more weight for NT8 list.

            Comment


              #7
              Sure, added to the suggestion list - once I have a tracking # I will update you.
              BertrandNinjaTrader Customer Service

              Comment


                #8
                Hi,

                Why don't you add the following to the indicator, maintaining the semantics and hiding it from the browser:

                [Browsable(false)]
                [XmlIgnore()]
                public IDataSeries Input
                {
                get { return base.Input; }
                set { base.Input = value; }
                }

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by arvidvanstaey, Today, 02:19 PM
                4 responses
                11 views
                0 likes
                Last Post arvidvanstaey  
                Started by samish18, 04-17-2024, 08:57 AM
                16 responses
                61 views
                0 likes
                Last Post samish18  
                Started by jordanq2, Today, 03:10 PM
                2 responses
                9 views
                0 likes
                Last Post jordanq2  
                Started by traderqz, Today, 12:06 AM
                10 responses
                18 views
                0 likes
                Last Post traderqz  
                Started by algospoke, 04-17-2024, 06:40 PM
                5 responses
                48 views
                0 likes
                Last Post NinjaTrader_Jesse  
                Working...
                X