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

Exporting my indicator as a compiled pkge

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

    Exporting my indicator as a compiled pkge

    I can deliver my indicator to a friend and he can install it with no problems. But if I try to use the Compiled option (to hide the source code) I get a warning telling me that three of my 3rd party indicatorys must be present on the target machine for my indicator to be installable. Why would my compile process reference any other indicator on my system. I just want to distribute a "source code hidden" version of my indicator - to someone who does not have my other 3rd party indicators.

    Thanks

    #2
    dberti,

    If your script calls other scripts you need to include those other scripts into the export for it to work. Please include all required scripts along with yours as you compile the code as an assembly.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      If you export a compiled dll from an NT install which has other dll's your indicator might want them even if it doesn't need them. Best bet is to move your script to another NT installation which has nothing but system indicators and export from there.

      Dan
      Last edited by eDanny; 07-02-2010, 03:24 PM.
      eDanny
      NinjaTrader Ecosystem Vendor - Integrity Traders

      Comment


        #4
        My script is basic, bare-bones and does not rely on any other scripts or calls to any other indicators other then standard Ninja calls (Min, Max, etc). I suspect that Dan (last post) may be on to something. It may try to include other DLL's whether they are used or not. I guess I'll try to install on a different machine and compile from there.

        Comment


          #5
          Originally posted by dberti View Post
          I guess I'll try to install on a different machine and compile from there.
          That will work.
          eDanny
          NinjaTrader Ecosystem Vendor - Integrity Traders

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by bortz, 11-06-2023, 08:04 AM
          47 responses
          1,606 views
          0 likes
          Last Post aligator  
          Started by jaybedreamin, Today, 05:56 PM
          0 responses
          9 views
          0 likes
          Last Post jaybedreamin  
          Started by DJ888, 04-16-2024, 06:09 PM
          6 responses
          19 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by Jon17, Today, 04:33 PM
          0 responses
          6 views
          0 likes
          Last Post Jon17
          by Jon17
           
          Started by Javierw.ok, Today, 04:12 PM
          0 responses
          15 views
          0 likes
          Last Post Javierw.ok  
          Working...
          X