Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Adding a 3rd Party DLL - Creating a New Indicator

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

    Adding a 3rd Party DLL - Creating a New Indicator

    Can any one point me to an example of how to add a 3rd Party DLL in creating a new indicator...

    TIA

    dmk

    #2
    Hello,

    Thank you for your forum post.

    Just wanted to let you know that we received your note and that someone will respond this weekend or at the latest Monday.

    Thank You for your Patience.
    BrettNinjaTrader Product Management

    Comment


      #3
      Adding a dll

      When I have used custom dll's in Ninja 6.5 I have added the dll file to Ninja 6.5 / bin/ Custom which on my computer is all in the Documents folder.

      Then open up a strategy/indicator and right click - select add reference and then select the dll file.

      You should add a using statement to the top of the file so that the methods etc contained in the dll can be referenced without using the fully qualified namespace.

      I believe I then recompiled the indicator. Hope this makes sense and is helpful until the Ninja team reply in full

      Comment


        #4
        Hello,

        Thank you for your patience.

        What MicroAI mentions is correct. You will need to add the reference by right clicking and select References. Then you will be able to include the DLL reference to the top of your file by adding the following:

        #region Using declarations
        using Ninjatrader.Strategy;
        using YourDLLClassName;

        Please see this following page:



        Let me know if I can be of further assistance.
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        571 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        549 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        549 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X