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

Referencing OrderFlowCumulativeDelta

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

    Referencing OrderFlowCumulativeDelta

    I am trying to reference OrderFlowCumulativeDelta in the attached indicator and when i do, I receive the following error: A hosted indicator tried to load additional data. All data must first be loaded by the hosting NinjaScript in its configure state.

    I am running NinjaTrader 8.0.12.0 64-bit
    Attached Files

    #2
    Hello Jack22,

    Thank you for your note.

    If you add a secondary tick series in State.Configure, does that resolve the issue?

    For example,

    Code:
    else if (State == State.Configure)
    {[INDENT]				AddDataSeries(Data.BarsPeriodType.Tick, 1);
    [/INDENT]			
    }
    I look forward to your reply.
    Alan P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_AlanP View Post
      Hello Jack22,

      Thank you for your note.

      If you add a secondary tick series in State.Configure, does that resolve the issue?

      For example,

      Code:
      else if (State == State.Configure)
      {[INDENT]				AddDataSeries(Data.BarsPeriodType.Tick, 1);
      [/INDENT]			
      }
      I look forward to your reply.
      All good now with the additional DataSeries, appreciate it.

      Comment


        #4
        Now I have a new scenario with referencing OrderFlowCumulativeDelta. I reference DeltaClose, which references perfectly historically, but when I try and reference DeltaClose in real-time I get a different value than what is plotted by the indicator. In the attached image, where the arrow is starts the first real-time bar (all bars before this are historical and the number drawn corresponds to panel 2. The bar with the arrow prints OnBarClose -50, but the panel 2 value is 41--this is a huge difference. Why am I seeing such a huge difference in real-time (OnBarClose) versus historical?
        Attached Files

        Comment


          #5
          Hello Jack22,

          Thank you for your post.

          Set the Order Flow Cumulative Delta indicator on the chart to Calculate.OnBarClose just like your custom indicator does and the two values will match.

          I will report the behavior when it is using OnPriceChange to our development team.

          Comment


            #6
            Originally posted by NinjaTrader_PatrickH View Post
            Hello Jack22,

            Thank you for your post.

            Set the Order Flow Cumulative Delta indicator on the chart to Calculate.OnBarClose just like your custom indicator does and the two values will match.

            I will report the behavior when it is using OnPriceChange to our development team.
            The indicator in panel 2 and the one I reference I have set to OnBarClose--in the image in my last post.

            Comment


              #7
              Hello Jack22,

              Thank you for your update.

              I see that now as well. I will report this behavior to our development team.

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by judysamnt7, 03-13-2023, 09:11 AM
              4 responses
              55 views
              0 likes
              Last Post DynamicTest  
              Started by ScottWalsh, Today, 06:52 PM
              4 responses
              35 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
              19 views
              0 likes
              Last Post helpwanted  
              Started by cre8able, Today, 07:24 PM
              0 responses
              8 views
              0 likes
              Last Post cre8able  
              Working...
              X