Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Limited number of terms in an array?

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

    Limited number of terms in an array?

    Hi,

    Is there a limited number of terms in an array?

    private double[] PivotPr= new double[300000];

    When using this, the NT8 hangs at reaching the 99.999 (or close to it, I didn't print it out when exactly) index......

    If I use a max of 90000 terms it works.

    Thanks

    #2
    Hello artson,

    Thanks for your post.

    NinjaTrader uses the C# programming language and this topic would fall under C# programming education. Unfortunately, it is against our policy to provide C# programming education services in our Support department. This is so that we can maintain a high level of service for all of our clients as well as our partners.

    That said, to get a basic foundation for the concepts and syntax used in NinjaScript I would recommend this section of articles in our help guide first:

    https://ninjatrader.com/support/help...g_concepts.htm

    For information about C# arrays, you could do a quick Google search for something like 'C# array maximum size' to find more information about working with C# arrays. When searching this I found the MSDN documentation regarding C# arrays. See the publicly available link below.

    Note that the more items that are in the array, the more data NinjaTrader would need to process.

    C# Array: https://docs.microsoft.com/en-us/dot...igabytes%20(GB).

    Let us know if we may further assist.
    <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
    581 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    338 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X