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

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 andrewtrades, Today, 04:57 PM
          1 response
          10 views
          0 likes
          Last Post NinjaTrader_Manfred  
          Started by chbruno, Today, 04:10 PM
          0 responses
          6 views
          0 likes
          Last Post chbruno
          by chbruno
           
          Started by josh18955, 03-25-2023, 11:16 AM
          6 responses
          436 views
          0 likes
          Last Post Delerium  
          Started by FAQtrader, Today, 03:35 PM
          0 responses
          9 views
          0 likes
          Last Post FAQtrader  
          Started by rocketman7, Today, 09:41 AM
          5 responses
          20 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Working...
          X