Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Building a better strategy?

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

    Building a better strategy?

    Just curious if it more efficient to build an indicator into the code of a strategy, or to leave it external and just reference it?
    Are there benefits or burdens to each option?


    #2
    Hello Conceptzx,

    That wouldn't necessarily matter performance wise, calling an indicator is going to take about the same amount of processing that having the logic in the strategy would use. Generally its easier to break parts of your calculations into indicators to simplify the strategies code, the indicator just returns a value or signal to the strategy so the strategy conditions can use that value.

    JesseNinjaTrader Customer Service

    Comment


      #3
      Understood.

      Does the OnBarClose, OnEachTick, or OnPriceChange then carry from the strategy, or remain default to the indicator?

      Can it be changed through the strategy for each indicator?

      Comment


        #4
        Hello Conceptzx,

        The strategy will set the indicators Calculate setting to match the strategy when called from the strategy so you would want to plan around that. If your indicator uses OnEachTick but the strategy uses OnBarClose that will affect how the indicator works, there are specific ways to get around that but generally its best to design your indicators to match the strategy if you are making new indicators.

        JesseNinjaTrader Customer Service

        Comment


          #5
          Thank you for the explanation

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Jonker, Today, 01:19 PM
          0 responses
          1 view
          0 likes
          Last Post Jonker
          by Jonker
           
          Started by futtrader, Today, 01:16 PM
          0 responses
          4 views
          0 likes
          Last Post futtrader  
          Started by Segwin, 05-07-2018, 02:15 PM
          14 responses
          1,789 views
          0 likes
          Last Post aligator  
          Started by Jimmyk, 01-26-2018, 05:19 AM
          6 responses
          838 views
          0 likes
          Last Post emuns
          by emuns
           
          Started by jxs_xrj, 01-12-2020, 09:49 AM
          6 responses
          3,294 views
          1 like
          Last Post jgualdronc  
          Working...
          X