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

Common AddOn in different binaries

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

    Common AddOn in different binaries

    Hello Everyone:

    I have a question regarding a common addon used by several indicators. This addon is required by those indicators. My doubt is what would happen if I produce two binaries (one for each indicator) each having this required AddOn in the dll.

    Would there be conflicts as both indicators have a copy of this AddOn? Both would use one of the copies? Each indicator will use it's respective copy (I am considering here different versions installed and possible conflicts users could experience).

    Please document this a little.

    #2
    Hello waldoalvarez,

    Thanks for your post.

    If both indicator exports include the same AddOn DLL, NinjaTrader will prompt the user if they want to overwrite the existing DLL. In this case, there would not be conflicts. Including the same AddOn/NinjaScript in separate DLL's can cause a conflict.

    We suggest placing dependent/common NinjaScripts in their own DLL to avoid conflicts and versioning issues. You can then add a reference for the dependent DLL when you export your main DLL packages. (See screenshot attached.)

    I have also attached some exports that describe how this would be setup. There are two SampleMACrossover strategy exports that use a custom "SMA2" indicator that is included as a separate DLL since it is dependency.

    We look forward to assisting.


    Attached Files
    JimNinjaTrader Customer Service

    Comment


      #3
      Thanks for clarification!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by funk10101, Today, 09:43 PM
      0 responses
      6 views
      0 likes
      Last Post funk10101  
      Started by pkefal, 04-11-2024, 07:39 AM
      11 responses
      37 views
      0 likes
      Last Post jeronymite  
      Started by bill2023, Yesterday, 08:51 AM
      8 responses
      44 views
      0 likes
      Last Post bill2023  
      Started by yertle, Today, 08:38 AM
      6 responses
      26 views
      0 likes
      Last Post ryjoga
      by ryjoga
       
      Started by algospoke, Yesterday, 06:40 PM
      2 responses
      24 views
      0 likes
      Last Post algospoke  
      Working...
      X