Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to get the the price of a bar by time

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

    How to get the the price of a bar by time

    The method "Bars.GetBar(DateTime time)" returns the bar index value representing thefirstbar (from left to right)holdingthe specified time.

    For example:

    int barsAgo = CurrentBar - Bars.GetBar(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 9, 0, 0, 0));
    double closingPrice = Close[barsAgo];




    Ray
    RayNinjaTrader Customer Service

    #2
    imported post

    Unfortunately I don't seem to be able to back test with this method. It keeps using the current date/time, instead of the date/time of that day. Is there any other way to retrieve a closing price from a specific date/time?

    Comment


      #3
      imported post

      Then just change the parameters you pass in to reflect the bar date.

      replace DateTime.Now.Year with Time[0].Year

      as an example.

      Ray
      RayNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      566 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      330 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      547 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      548 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X