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