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

Easy way to determine last bar?

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

    Easy way to determine last bar?

    Is there an easy way to determine if the current bar is the last bar (other than looking at the date/time and trying to guess or run an indicator/strategy twice while counting the bars the first time)?

    #2
    In real-time? If yes, the first time Historical is false would be your answer.

    if (!Historical)
    // First time this is false then you are on the right most bar

    If working on only a historical data series, then check out the Count property.

    RayNinjaTrader Customer Service

    Comment


      #3
      Perfect, Count is exactly what I was looking for. Thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Tim-c, Today, 03:54 AM
      1 response
      7 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by rocketman7, Today, 01:00 AM
      1 response
      9 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by wzgy0920, 04-23-2024, 09:53 PM
      3 responses
      76 views
      0 likes
      Last Post NinjaTrader_BrandonH  
      Started by JonesJoker, 04-22-2024, 12:23 PM
      9 responses
      46 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by timko, Today, 06:45 AM
      1 response
      8 views
      0 likes
      Last Post gaz0001
      by gaz0001
       
      Working...
      X