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

GetBar NullReferenceException

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

    GetBar NullReferenceException

    I'm getting null reference exception on BarsArray[0] on the very last bar i'm receiving in OnMarketData during TickReplay. It loaded the previous 8000 or so bars correctly before that.

    Code:
    DateTime t = e.Time;
    int bar = BarsArray[0].GetBar(t); //<= this bar throws error.

    #2
    Hello habibalex,

    I am unable to reproduce this behavior.

    Attached is a test script I have created with the provided code.

    Below is a link to a short video of the test.
    Free online storage and sharing with Screencast.com. 2 GB of storage and 2 GB of bandwidth per month for free. We won't compress, alter or take ownership of your content.


    What version of NinjaTrader are you using?
    You can find this under Help -> About... (for example 8.0.X.X)

    Are you able to reproduce using the test script I have provided?
    Attached Files
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      Looks like an intermittent problem. I am not getting those errors right now in my original indicator. I will let you know if the error pops up again tomorrow.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by helpwanted, Today, 03:06 AM
      1 response
      13 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      11 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      6 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      242 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Started by TraderG23, 12-08-2023, 07:56 AM
      9 responses
      387 views
      1 like
      Last Post Gavini
      by Gavini
       
      Working...
      X