Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Improve tick load speed

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

    Improve tick load speed

    I'm trying to improve performance and was wondering how tickdata is loaded for multiple tick indicators.
    Is the tick data loaded once from disk and then distributed to each indicator?
    Or does each indicator read ticks from disk again?

    Thank you very much!

    #2
    Hello Bobin,

    Thanks for your post.

    Each indicator that is running with the Calculate mode set to On Each Tick will read the incoming ticks that occur and the OnBarUpdate() method of each indicator will process logic for each incoming tick. This could cause a large number of computer resources to be used and could lead to performance issues.

    From the Performance Tips help guide page: "Ensure that every indicator applied is using the Calculate setting of On price change or On bar close. There is no benefit to using On each tick unless the indicator deals with volume or tick counting."

    Various performance tips can be found here: https://ninjatrader.com/support/help...ance_tips2.htm

    Let me know if I may assist further.​
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X