Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

{NinjaScript} - NT8 - Bars.IsFirstBarOfSession

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

    {NinjaScript} - NT8 - Bars.IsFirstBarOfSession

    Hello,
    Im using Bars.IsFirstBarOfSession to execute a method when is first bar of a session but im using it inside of IsFirstTickOfBar because i want to execute onBarUpdate in a closing bar using Calculate.OnEachTick.

    May I need to have something in mind to get the first bar of the session when im using OnEachTick?
    Thank you

    #2
    I don't think they are mutually exclusive.

    Are you have trouble using both at the same time?

    Code:
    if (IsFirstTickOfBar && Bars.IsFirstBarOfSession)
    {
    .... bar has closed and is the first bar of session ....
    }

    Comment


      #3
      Hello fscabrera03,

      Thanks for your post.

      This thread has the same title as https://ninjatrader.com/support/foru...on#post1162374 but is asking a slightly different question.

      Forum member bltdavid has shown a way that they can be used together.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      80 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      40 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      64 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      66 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      54 views
      0 likes
      Last Post CarlTrading  
      Working...
      X