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 mly916, Today, 03:17 PM
      1 response
      3 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by r68cervera, Today, 02:54 AM
      5 responses
      23 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by arthourc, Today, 01:16 PM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_Clayton  
      Started by tkaboris, Today, 07:15 AM
      3 responses
      20 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by gbourque, Yesterday, 04:11 PM
      4 responses
      17 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X