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 Mindset, 04-21-2026, 06:46 AM
          0 responses
          98 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by M4ndoo, 04-20-2026, 05:21 PM
          0 responses
          142 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by M4ndoo, 04-19-2026, 05:54 PM
          0 responses
          69 views
          0 likes
          Last Post M4ndoo
          by M4ndoo
           
          Started by cmoran13, 04-16-2026, 01:02 PM
          0 responses
          125 views
          0 likes
          Last Post cmoran13  
          Started by PaulMohn, 04-10-2026, 11:11 AM
          0 responses
          77 views
          0 likes
          Last Post PaulMohn  
          Working...
          X