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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    93 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    138 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
    123 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    73 views
    0 likes
    Last Post PaulMohn  
    Working...
    X