Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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 bortz, 11-06-2023, 08:04 AM
      47 responses
      1,611 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Started by Jon17, Today, 04:33 PM
      0 responses
      6 views
      0 likes
      Last Post Jon17
      by Jon17
       
      Started by Javierw.ok, Today, 04:12 PM
      0 responses
      22 views
      0 likes
      Last Post Javierw.ok  
      Working...
      X