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

Determining if an indicator value is null

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

    Determining if an indicator value is null

    I created an indicator in which only some of the DataSeries items are assigned values. When I access an indicator value that happens to be null:

    double d = MyIndicator().Plot0[0];

    ...the closing price of the current bar is assigned to variable d. Is that normal behavior? How can I determine if the current value of the indicator is null? I don't want to assign an arbitrary value because the value is plotted. I tried using the Reset() method but got the same results. Btw, the indicator plots fine on a chart.

    #2
    You should be able to assign null values to your DataSeries. Please check out this page http://www.ninjatrader-support.com/H...taSeriesObject

    Here is an excerpt from it pertaining to your case:
    "Calling the Reset() method is unique and can be very powerful for custom indicator development. DataSeries objects can hold null values which simply means that you do not want to store a value for the current bar. Mathematically, you can correctly assign a value of zero however if the DataSeries was the primary DataSeries of an indicator whose values would be used for plotting, you may NOT want a zero value plotted. Meaning, you want a zero value for proper calculations but not a zero value for chart visualization. The Reset() method allows you to reset the current bar's DataSeries value to a zero for calculation purposes but NinjaScript would ignore this value when it plotted it on a chart."
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      We'll look into and let you know.

      Comment


        #4
        NT6.5 (first beta in 2 weeks) will have a "ContainsValue" method at the series to determine if there is a custom-set value in or no.

        Comment


          #5
          Ok, I'll look forward to the NT 6.5 beta. Thanks both Dierk and Josh for your quick responses!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by xiinteractive, 04-09-2024, 08:08 AM
          2 responses
          11 views
          0 likes
          Last Post xiinteractive  
          Started by Irukandji, Today, 09:34 AM
          1 response
          3 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by RubenCazorla, Today, 09:07 AM
          1 response
          5 views
          0 likes
          Last Post RubenCazorla  
          Started by TraderBCL, Today, 04:38 AM
          3 responses
          25 views
          0 likes
          Last Post NinjaTrader_Jesse  
          Started by WeyldFalcon, 08-07-2020, 06:13 AM
          11 responses
          1,423 views
          0 likes
          Last Post jculp
          by jculp
           
          Working...
          X