Announcement

Collapse
No announcement yet.

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.

          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.

              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 Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                648 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                369 views
                1 like
                Last Post Geovanny Suaza  
                Started by Mindset, 02-09-2026, 11:44 AM
                0 responses
                108 views
                0 likes
                Last Post Mindset
                by Mindset
                 
                Started by Geovanny Suaza, 02-02-2026, 12:30 PM
                0 responses
                572 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                574 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X