Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Range Bars using Calculate.OnEachTick useless?

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

    Range Bars using Calculate.OnEachTick useless?

    If the data series is set to Range Bars, what does calculate on each tick do in the strategy? is it basically useless as the bar is not complete unless a range of x up/down ticks is completed.

    #2
    Same as any other bar? Up and down inside the bar.

    Comment


      #3
      Hello Boonfly8,

      Thanks for your post.

      Calculate.OnEachTick means that your code is run on every incoming tick of data regardless if the price changes.

      Calculate.OnPriceChange means that your code will run if the current price is not equal to the previous price, which can occur on each tick but would skip processing on a particular tick if the price has not changed.

      Calculate.OnBarClose means your code is run only once per bar when it has closed. This is also how your historical data is processed.

      Reference: https://ninjatrader.com/support/help...?calculate.htm

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      90 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      137 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      68 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      120 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      71 views
      0 likes
      Last Post PaulMohn  
      Working...
      X