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

Bars.GetTime(0) returns time from 2 days ago?

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

    Bars.GetTime(0) returns time from 2 days ago?

    Hello there.

    I have my DataSeries to load just 1 day and indeed only Apr 18 and 19th are charted (24 hours ending Apr 19th).

    I am using Bars.GetTime(0) to get the time from the last bar, but it is returning date of Apr 17 for every bar.

    How can I get the date of the last bar on the chart (not session).

    Many Thanks, Caesar.

    #2
    Hello Caesar,

    Thanks for your note.

    Bars.GetTime() returns the time stamp at the current bar index value. Note that a bar index value is different than BarsAgo.

    ChartBars.ToIndex could be used to get the bar index of the last bar rendered on the chart. This value could be passed into the Bars.GetTime() method to get the time of the last bar rendered on the chart.

    Bars.GetTime(ChartBars.ToIndex)

    See the help guide page for more information and sample code:

    ChartBars.ToIndex: https://ninjatrader.com/support/help...rs_toindex.htm
    Bars.GetTime(): https://ninjatrader.com/support/help...t8/gettime.htm
    Brandon H.NinjaTrader Customer Service

    Comment


      #3
      Many Thanks!

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by rhyminkevin, Today, 04:58 PM
      4 responses
      52 views
      0 likes
      Last Post dp8282
      by dp8282
       
      Started by iceman2018, Today, 05:07 PM
      0 responses
      5 views
      0 likes
      Last Post iceman2018  
      Started by lightsun47, Today, 03:51 PM
      0 responses
      7 views
      0 likes
      Last Post lightsun47  
      Started by 00nevest, Today, 02:27 PM
      1 response
      14 views
      0 likes
      Last Post 00nevest  
      Started by futtrader, 04-21-2024, 01:50 AM
      4 responses
      50 views
      0 likes
      Last Post futtrader  
      Working...
      X