Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"Volume up down" indicator not showing volume for the first 20 bars

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

    "Volume up down" indicator not showing volume for the first 20 bars

    The indicator called "Volume up down" does not display volume data for the first 20 bars of the loaded range. This happens on any time-frame and on any range, no matter how small or large, no matter how recent or old. I have applied the VOL indicator also, for comparison, and it does not have this problem.

    Why does "Volume up down" behave this way? Does it need the first 20 bars volume for various calculations (which VOL does not perform) or is it simply a bug? Thanks!

    #2
    Hello MarianApalaghiei,

    Please send us your log and trace files so we may look into this matter further.

    You can do this by going to the Control Center-> Help-> Mail to Platform Support.

    Ensuring 'Log and Trace Files' is checked will include these files. This is checked by default.

    Please list 'ATTN: Marco G' in the subject line and reference this thread in the body of the email.

    I look forward to your response.
    Marco G.NinjaTrader Customer Service

    Comment


      #3
      Same issue. Screenshoot provided with attachment. -- NORMAL --

      Comment


        #4
        Hello muyinliu,

        Thanks for your post.

        As previous advised, please send us your log and trace files so we may look into this matter further.

        You can do this by going to the Control Center-> Help-> Mail to Platform Support.

        Ensuring 'Log and Trace Files' is checked will include these files. This is checked by default.

        Please list '2212086 ATTN: Marco G' in the subject line and reference this thread in the body of the email.

        I look forward to your response.
        Marco G.NinjaTrader Customer Service

        Comment


          #5
          The line

          BarsRequiredToPlot = 0;

          is missing in the volume up down indicator.

          Comment


            #6
            Originally posted by muyinliu View Post
            Same issue. Screenshoot provided with attachment. -- NORMAL --
            ref: https://ninjatrader.com/support/help...iredtoplot.htm

            The default is 20.

            Comment


              #7
              Originally posted by koganam View Post
              Thanks, now I add `BarsRequiredToPlot = 0;` into condition `State == State.SetDefaults` of method `OnStateChange()` solved the **bug**. Like this:

              protected override void OnStateChange()
              {
              if (State == State.SetDefaults)
              {
              // other configuration
              BarsRequiredToPlot = 0;
              }
              }
              -- NORMAL --

              Comment


                #8
                Seems to me that an indicator like this that does not have any real logic would be set by default to start right away, no delay is needed.
                eDanny
                NinjaTrader Ecosystem Vendor - Integrity Traders

                Comment


                  #9
                  Hello all,

                  We opened a change request ticket to track interest behind modifying all system indicators so they have BarsRequiredToPlot configured to an absolute minimum. I have submitted votes for all those posting in this thread so far. The ticket ID is SFT-4435. This is an internal number, but for anyone else wishing to have their interest tracked, please let our support staff know that you would like a vote added for this request.

                  We receive many requests and cannot reasonably implement all requested features or changes. Interest is tracked internally and if enough interest is tracked, it would be weighed against how feasible it would be to make those changes to consider implementing.

                  I look forward to assisting.
                  JimNinjaTrader Customer Service

                  Comment

                  Latest Posts

                  Collapse

                  Topics Statistics Last Post
                  Started by michi08, 10-05-2018, 09:31 AM
                  2 responses
                  738 views
                  0 likes
                  Last Post Denver_Wayne  
                  Started by sightcareclickhere, Today, 01:55 PM
                  0 responses
                  1 view
                  0 likes
                  Last Post sightcareclickhere  
                  Started by Mindset, 05-06-2023, 09:03 PM
                  9 responses
                  258 views
                  0 likes
                  Last Post ender_wiggum  
                  Started by Mizzouman1, Today, 07:35 AM
                  4 responses
                  18 views
                  0 likes
                  Last Post Mizzouman1  
                  Started by philmg, Today, 01:17 PM
                  1 response
                  8 views
                  0 likes
                  Last Post NinjaTrader_ChristopherJ  
                  Working...
                  X