Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Using Classes with NT8

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

    Using Classes with NT8

    What is the proper process to use classes for our Indicators and or Strategies? Also what directory do we place these?

    I tried placing my partial class in the AddOn directory and it crashed my NT8.


    #2
    Hello r3n3v,

    Custom classes that do not inherit from NinjaTrader classes are fine in custom namespaces.

    The Addon directory would be the approach place.

    Partial classes can also be used. Below is a link to an example.
    Explanation: I wrote a base class Indicator class that I'm using to inherit all my other indicators from. So this baseclass is defined as: namespace NinjaTrader.NinjaScript.Indicators.AssistedTrades { public class ATBaseIndicator: Indicator { ... } } And any other indicator is defined as: namespace NinjaTrader.NinjaScr
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Thanks for the link. However I noticed that attached example doesn't show a a proper example. Can you provide one?

      Comment


        #4
        Hello r3n3v,

        I'm not sure that I understand.

        The PartialClasssesIndicatorExample file has examples of partial classes for Indicators, PartialMethodCallsCustomInidcatorrExample is an indicator that uses those partial classes.

        Can you clarify how this is not an example of partial classes?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          I apologize. I opened the wrong file. You are correct.

          Comment

          Latest Posts

          Collapse

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