Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is Add() method creat a new thread for each data series?

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

    Is Add() method creat a new thread for each data series?

    I want to use Add() method to add around 500 stocks 1-min data to the same strategy. If the Add() does not create a new thread for each data series, can it sustain when the OnBarUpdate event happens?

    So my questions are:
    1. Is Add() implemented in a multiple-thread way?
    2. How is the limitation of data series I can add using Add() without dragging the performance on a 3GHZ core2 quad cpu? Did anybody try this?

    thanks.

    #2
    belllab, adding 500 instruments to a single strategy is starting to push the limit. We don't have solid figures for an upper limit because people's hardware and software varies by an incredible amount. I would recommend starting with around 100 or so and slowly add on until you find the limit of your computer.

    There was a similar question a few months back where someone was trying to monitor 500 instruments at once. I ran his script on my computer with all 500 instruments and it performed correctly. The original poster's computer couldn't quite handle it.
    AustinNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

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