Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Looking for LastTickOfBar

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

    Looking for LastTickOfBar

    There is a FirstTickOfBar but not a LastTickOfBar.

    I have an indicator that I use CalculateOnBarClose = false so it'll update tick-by-tick. I'd like it to play a wav file if a certain condition is met, but I don't want it to play over and over, just when the bar is closed. Is this possible?

    #2
    Originally posted by cunparis View Post
    There is a FirstTickOfBar but not a LastTickOfBar.

    I have an indicator that I use CalculateOnBarClose = false so it'll update tick-by-tick. I'd like it to play a wav file if a certain condition is met, but I don't want it to play over and over, just when the bar is closed. Is this possible?
    Not possible since you don't know when the last tick of a bar will be until after the fact.
    RayNinjaTrader Customer Service

    Comment


      #3
      Actually.

      For time based bars my last response is true, for tick based bars, you can check the TickCount property:



      For Volume based bars you could just check Volume[0].
      RayNinjaTrader Customer Service

      Comment


        #4
        Originally posted by NinjaTrader_Ray View Post
        Actually.

        For time based bars my last response is true, for tick based bars, you can check the TickCount property:



        For Volume based bars you could just check Volume[0].
        Good idea for the tick count.

        For minute charts, I'm not sure what you mean by volume[0], you mean check to see if the volume is zero? That would tell me the first tick of the next bar but not the end of the bar that I want right?

        I could also use Time[0]. for a 5 min chart I could make sure the minutes were dividable by 5. A bit complicated. In fact for the minute I don't need last tick of bar, I just want to know when the bar is closed.

        Comment


          #5
          Originally posted by cunparis View Post
          Good idea for the tick count.

          For minute charts, I'm not sure what you mean by volume[0], you mean check to see if the volume is zero? That would tell me the first tick of the next bar but not the end of the bar that I want right?

          I could also use Time[0]. for a 5 min chart I could make sure the minutes were dividable by 5. A bit complicated. In fact for the minute I don't need last tick of bar, I just want to know when the bar is closed.
          Not for minute charts but for volume charts, you would have to self track the amount of volume in the current bar to see where you were at in terms of bar completion. For time bars, you will only know when the bar is closed on the first tick of the next bar.
          RayNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by sjsj2732, Yesterday, 04:31 AM
          0 responses
          35 views
          0 likes
          Last Post sjsj2732  
          Started by NullPointStrategies, 03-13-2026, 05:17 AM
          0 responses
          287 views
          0 likes
          Last Post NullPointStrategies  
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          286 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          133 views
          1 like
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          95 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Working...
          X