Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    Paul H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by NRITV, Today, 01:15 PM
    2 responses
    8 views
    0 likes
    Last Post NRITV
    by NRITV
     
    Started by frankthearm, Today, 09:08 AM
    7 responses
    31 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by maybeimnotrader, Yesterday, 05:46 PM
    5 responses
    26 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by quantismo, Yesterday, 05:13 PM
    2 responses
    19 views
    0 likes
    Last Post quantismo  
    Started by adeelshahzad, Today, 03:54 AM
    5 responses
    33 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Working...
    X