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, 05-11-2026, 05:56 AM
        0 responses
        28 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        20 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        183 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        336 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        260 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X