Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator in external DLL

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

    Indicator in external DLL

    Hello

    I'm developing some indicators using C# MS Visual Studio 2015.
    All indicators placed in external dll for licensing and security reasons.
    I'm using some namespace different from NinjaTrader.Indicator

    Code:
    namespace MyNamespace
    {
        public class MyIndicator: Indicator
        {
                  ....
        }
    
        public partial class Indicator : NinjaTrader.Indicator.IndicatorBase
        {
                  // here is code from NT7 wizard template
                    ....
        }
    }
    My dll is in Ninja Script assemblies (just copied it in \Custom and restart NT7).
    But I dont see my indicator in Indicators list.

    #2
    Indicator works fine.
    It was AnyHotKey script error.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    574 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    332 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
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X