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

cumulative index

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

    #31
    Great, it starts at 0 but populates as you set your calculations Kay (the first calculated value). You could reset it on session break for example -

    BertrandNinjaTrader Customer Service

    Comment


      #32
      using the SessionBreak will reset it every session, no?

      I would rather it just start at zero from whenever my data starts. is that possible?

      Comment


        #33
        Correct, with Session Break you could reset it if a new session starts.

        I'm not sure I follow, it does start at 0, but what you see is the result of your first calculation done as the OnBarUpdate() is called after 2 bars for your indicator, perhaps you would need to debug your calculation logic then to adjust as needed.

        When you want to calculate on realtime data only, put this at the OnBarUpdate() start -

        if (Historical) return;
        BertrandNinjaTrader Customer Service

        Comment


          #34
          Cool. Thanks Bertrand!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by trilliantrader, 04-18-2024, 08:16 AM
          4 responses
          18 views
          0 likes
          Last Post trilliantrader  
          Started by mgco4you, Today, 09:46 PM
          1 response
          7 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by wzgy0920, Today, 09:53 PM
          0 responses
          9 views
          0 likes
          Last Post wzgy0920  
          Started by Rapine Heihei, Today, 08:19 PM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by Rapine Heihei, Today, 08:25 PM
          0 responses
          10 views
          0 likes
          Last Post Rapine Heihei  
          Working...
          X