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

Create indicator folders - 3rd party install

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

    Create indicator folders - 3rd party install

    Hello,

    I bought and installed a 3rd party add-on (a trade copier). It works fine. However, in doing so, the install also put in 50 to 60 disabled indicators at the top of my Indicators window. VERY ANNOYING and I have reached out to them. In the meantime, for their indicators, how do I create a folder and move them in there?

    Similarly, for my own custom indicators, how do I create a folder for the Indicator window? Another 3rd party indicator provider has nicely done this. I think I would like to do the same for my 6+ custom indicators.

    Thanks,
    Matt

    #2
    Hello Matt,

    For indicators, this is done with the namespace.

    Where you would normally have the indicator class in:
    Code:
    namespace NinjaTrader.NinjaScript.Indicators
    You could put this in
    Code:
    namespace NinjaTrader.NinjaScript.Indicators.MyCustomIndicators
    and this will appear in a folder in the Indicators window called MyCustomIndicators
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Hello Chelsea,

      Thank you, worked perfectly for my indicators.
      I suppose there is nothing I can do for the 3rd party indicators?

      Thanks,
      Matt

      Comment


        #4
        Hello Matt,

        That would depend on if they are open source you can view and change the code or closed source assembly dlls where they are not provided you the code.

        If they are assemblies you will find them in Tools -> Remove NinjaScript Assembly. If they are open source you will find them in the NinjaScript Editor.
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          Thanks, Chelsea. They are not in the Editor, so, I'll have to put up with it for now.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Javierw.ok, Today, 04:12 PM
          0 responses
          4 views
          0 likes
          Last Post Javierw.ok  
          Started by timmbbo, Today, 08:59 AM
          2 responses
          10 views
          0 likes
          Last Post bltdavid  
          Started by alifarahani, Today, 09:40 AM
          6 responses
          40 views
          0 likes
          Last Post alifarahani  
          Started by Waxavi, Today, 02:10 AM
          1 response
          18 views
          0 likes
          Last Post NinjaTrader_LuisH  
          Started by Kaledus, Today, 01:29 PM
          5 responses
          15 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X