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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      173 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      90 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      129 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      186 views
      0 likes
      Last Post CarlTrading  
      Working...
      X