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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      169 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      88 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      128 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      208 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X