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 rtwave, 04-12-2024, 09:30 AM
    5 responses
    37 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by funk10101, Today, 12:02 AM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by GLFX005, Today, 03:23 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Erick  
    Started by nandhumca, Yesterday, 03:41 PM
    1 response
    13 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by The_Sec, Yesterday, 03:37 PM
    1 response
    11 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Working...
    X