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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    78 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    40 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    63 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    63 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    54 views
    0 likes
    Last Post CarlTrading  
    Working...
    X