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 MarianApalaghiei, Today, 10:49 PM
      3 responses
      9 views
      0 likes
      Last Post NinjaTrader_Manfred  
      Started by XXtrader, Today, 11:30 PM
      0 responses
      3 views
      0 likes
      Last Post XXtrader  
      Started by love2code2trade, Yesterday, 01:45 PM
      4 responses
      28 views
      0 likes
      Last Post love2code2trade  
      Started by funk10101, Today, 09:43 PM
      0 responses
      9 views
      0 likes
      Last Post funk10101  
      Started by pkefal, 04-11-2024, 07:39 AM
      11 responses
      37 views
      0 likes
      Last Post jeronymite  
      Working...
      X