Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

session and comparing bar values

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

    session and comparing bar values

    please bare with me, i'm trying to learn and this is my first day.

    could someone show me an example of how to evaluate the following?

    1. the current bar opened higher than the high of the last bar?
    2. last bar the lowest low of the last 10 bars

    lastly, i see the word 'session' used in code comments. what is a session?

    #2
    Hello,

    >>1. the current bar opened higher than the high of the last bar?
    Open[0] > High[1]

    >>2. last bar the lowest low of the last 10 bars
    Last bar or low of the last 10 bars?
    last bar low: Low[1]
    Lowest of the last 10 bars: http://www.ninjatrader-support.com/H...inimumMIN.html

    >>lastly, i see the word 'session' used in code comments. what is a session?
    Double click a chart and note the session begins and ends times. This feature allows you to start and stop the trading "session" when ever you want. If you put in 12:00AM and 12:00AM the session begin and end is when the data provider stops streaming data for that day.
    DenNinjaTrader Customer Service

    Comment


      #3
      Thanks Ben. I understand how the bar arrays work now. I wanted to check if the last bar was the lowest low of the previous 10 bars.

      So, i just ran a for loop for bars [2] through [12] and made sure the low of each of those were higher than bar [1]

      Very intuitive after I get over some of the basics.

      Thanks

      Comment

      Latest Posts

      Collapse

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