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 f.saeidi, Today, 08:01 PM
      0 responses
      1 view
      0 likes
      Last Post f.saeidi  
      Started by Rapine Heihei, Today, 07:51 PM
      0 responses
      3 views
      0 likes
      Last Post Rapine Heihei  
      Started by frslvr, 04-11-2024, 07:26 AM
      5 responses
      96 views
      1 like
      Last Post caryc123  
      Started by algospoke, 04-17-2024, 06:40 PM
      6 responses
      49 views
      0 likes
      Last Post algospoke  
      Started by arvidvanstaey, Today, 02:19 PM
      4 responses
      11 views
      0 likes
      Last Post arvidvanstaey  
      Working...
      X