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

Export indicator and not show it in the indicators list

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

    Export indicator and not show it in the indicators list

    Hi,

    I have an indicator A that depends on another indicator B. Both these indicators are ones that I developed. I want to export A as a compiled assembly for distribution. Obviously I need to include B. I would like for B to not appear in the list of available indicators. It seams that NT shows all classes that are non abstract classes that derive from Indicator in the list. Is there any way to achieve this?

    Onn

    #2
    onnb1, there would be unfortunately nothing directly supported I can point you to here, what I would look into is adding the methods needed directly into your Indicator A, as this will help performance and achieve what you seek for the distribution.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Since B's method are used by other indicators, I've found that if set B to abstract and derive A from B, that also works. It starts to get messy if I have a lot of A's that need to be changed.

      Would be nice if future versions included a flag that could be set in the Initialize method that controlled this

      Anyways, thanks

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by algospoke, Today, 06:40 PM
      0 responses
      9 views
      0 likes
      Last Post algospoke  
      Started by maybeimnotrader, Today, 05:46 PM
      0 responses
      7 views
      0 likes
      Last Post maybeimnotrader  
      Started by quantismo, Today, 05:13 PM
      0 responses
      7 views
      0 likes
      Last Post quantismo  
      Started by AttiM, 02-14-2024, 05:20 PM
      8 responses
      168 views
      0 likes
      Last Post jeronymite  
      Started by cre8able, Today, 04:22 PM
      0 responses
      9 views
      0 likes
      Last Post cre8able  
      Working...
      X