Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars on chart or price range on chart

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

    Bars on chart or price range on chart

    Are there a functions I can call to determine:

    1) The number of bars on the current chart
    2) The max & min price on the current chart

    #2
    Unfortunately this is not supported.

    Comment


      #3
      To get the number of bars in your bars object you can use this property:
      Code:
      CurrentBar


      To get max and min price of the current chart you will just have to roll your own algorithm. Store the value of a high and a low. If the next bar is higher then replace that high. etc etc.
      Josh P.NinjaTrader Customer Service

      Comment


        #4
        The CurrentBar gives a count of the total number of bars loaded (which could be 5 days worth of intraday bars). I'm looking for a way to determine how many bars are displayed in the current chart window. It would be helpful to know this so we can write text data to the screen at the leftmost bar of the window, at the topmost price of the window. Metatrader has a number of window functions (WindowBarsOnChart specifically, as well as WindowPriceMin and WindowPriceMax) that get us this info.

        Comment


          #5
          Unfortunately this is not supported.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          597 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          343 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          103 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          556 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          555 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X