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 bmartz, 03-12-2024, 06:12 AM
      5 responses
      33 views
      0 likes
      Last Post NinjaTrader_Zachary  
      Started by Aviram Y, Today, 05:29 AM
      4 responses
      13 views
      0 likes
      Last Post Aviram Y  
      Started by algospoke, 04-17-2024, 06:40 PM
      3 responses
      28 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by gentlebenthebear, Today, 01:30 AM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Started by cls71, Today, 04:45 AM
      1 response
      8 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Working...
      X