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 kinfxhk, 07-14-2026, 09:39 AM
        0 responses
        127 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 10:18 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 09:50 AM
        0 responses
        85 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-13-2026, 07:21 AM
        0 responses
        105 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 07-11-2026, 02:11 AM
        0 responses
        86 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X