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 CarlTrading, 03-31-2026, 09:41 PM
      1 response
      152 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      89 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      131 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      127 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      107 views
      0 likes
      Last Post CarlTrading  
      Working...
      X