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 Mindset, 04-21-2026, 06:46 AM
    0 responses
    63 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    90 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    47 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    105 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    63 views
    0 likes
    Last Post PaulMohn  
    Working...
    X