Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Error on bars ago

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

    Error on bars ago

    Dear Sir.

    in log appear this error during market replay. the strategy calls on market deph.

    Strategy 'dggr4': Error on calling 'OnMarketDepth' method on bar 4094: You are accessing an index with a value that is invalid since it is out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.

    but i have included in onBarupdate method:

    if (Bars.Count < 20)
    return;

    where is the error

    thanks

    #2
    Hello memonic,

    Thanks for your post.

    The error message is advising the bar index error occurred on bar 4094 which is well beyond 20 bars. The last part of the error message, "I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart." is providing a limited example of what can cause the error.

    You might review any bar indexes that are calculated. You would need to debug your script with print statements to understand where the error is occurring in your script.

    Please see the help guide section here for debugging tips: https://ninjatrader.com/support/help...script_cod.htm

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    56 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    132 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    73 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    45 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    49 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X