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 NullPointStrategies, Yesterday, 05:17 AM
      0 responses
      65 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      139 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      75 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      45 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      50 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X