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 Indicator in the list

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

    Hiding Indicator in the list

    Hi!

    I have 10 indicators 9 of it is a source of my data series of my main indicator. What I want is to hide the other indicators in the list because it is annoying, I search everywhere and I could not find the answer, I read the post of other member since it was a long ago and I hope New NT has it already.
    Last edited by Danville.Sumobay; 02-08-2014, 08:28 AM.

    #2
    You could put a Z In the first part of their name and that will force them to the end of the list.

    You could also try moving to the other folder in the sub directories.

    Originally posted by Danville.Sumobay View Post
    Hi!

    I have 10 indicators 9 of it is a source of my data series of my main indicator. What I want is to hide the other indicators in the list because it is annoying, I search everywhere and I could not find the answer, I read the post of other member since it was a long ago and I hope New NT has it already.

    Comment


      #3
      Hello Danville.Sumobay,

      There is not a way to hide an Indicator from the List. You can change the name of the indicator or "Name" property but it will still be on the list.

      For example:
      Code:
      protected override void Initialize()
      {
          Name="";
      }
      You may do something like that above and it will override the name of the List but you will still see an empty space at the top of the Indicators list.

      Moving the files to a different location will cause NinjaTrader not to be able to use them.

      A question I guess is why are you using 9 indicator inside of 1? Could you combined them into one Indicator?
      JCNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Felix Reichert, 04-26-2024, 02:12 PM
      5 responses
      39 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by cmtjoancolmenero, 04-29-2024, 03:40 PM
      15 responses
      45 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by ETFVoyageur, Yesterday, 06:05 PM
      6 responses
      37 views
      0 likes
      Last Post ETFVoyageur  
      Started by rbeckmann05, Today, 02:35 PM
      1 response
      6 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by Torontobluejays, Yesterday, 08:43 AM
      6 responses
      34 views
      0 likes
      Last Post rc5781
      by rc5781
       
      Working...
      X