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 judysamnt7, 03-13-2023, 09:11 AM
      4 responses
      59 views
      0 likes
      Last Post DynamicTest  
      Started by ScottWalsh, Today, 06:52 PM
      4 responses
      36 views
      0 likes
      Last Post ScottWalsh  
      Started by olisav57, Today, 07:39 PM
      0 responses
      7 views
      0 likes
      Last Post olisav57  
      Started by trilliantrader, Today, 03:01 PM
      2 responses
      21 views
      0 likes
      Last Post helpwanted  
      Started by cre8able, Today, 07:24 PM
      0 responses
      10 views
      0 likes
      Last Post cre8able  
      Working...
      X