Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to get all ticks in a bar

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

    how to get all ticks in a bar

    Hi there, is there a way to code something like this:

    x=OnNewTick.price and or volume

    thanks

    #2
    Work with CalculateOnBarClose = false and every single tick will trigger an OnBarUpdate() event and then you can work from there to get the latest price and volume of every tick.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      So, the latest price is Close[0] then?

      Comment


        #4
        Correct. Close[0] on an open bar simply means the last tick.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Cool, thanks a lot

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          109 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          59 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          37 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          40 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          77 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X