Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Coding Questions

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

    Coding Questions

    say i have 5 minute bars. i want to refer to previous day's close. how do i do this?

    add a daily data series and reference

    close[1][0];

    ?

    #2
    This could help: http://www.ninjatrader-support.com/H...essionBar.html

    Comment


      #3
      Bars.GetSessionBar(int sessionsAgo).Close


      how does it know the session time range that i want. does it automatically determine this based on the chart?


      Example 1

      i plot 5 minute bars from 900 to 1600.


      Bars.GetSessionBar(1).Close //gives me the close price of the 1600 bar on the previous day?


      Example 2
      i plot 5 minute bars from 900 to 1200.


      Bars.GetSessionBar(1).Close //gives me the close price of the 1200 bar on the previous day?




      Originally posted by NinjaTrader_Dierk View Post

      Comment


        #4
        >> does it automatically determine this based on the chart?
        yes

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        648 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        369 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        108 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        572 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        574 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X