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 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