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 kinfxhk, 07-14-2026, 09:39 AM
    0 responses
    125 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    105 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    84 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    104 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    83 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X