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 zstheorist, Today, 07:52 PM
      0 responses
      3 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      149 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Working...
      X