Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

to Bar indicators, same panel

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

    to Bar indicators, same panel

    Hello, I want to use two bar indicators on the same panel....is this possible?

    and have one overlay the other

    specifically I want to combine the

    VolumeUpDown and the BlockVolume indicators.

    I want BlockVolume on top...

    Thx.

    #2
    type TWO BAR INDICATORS, same panel

    Comment


      #3
      Hello llanqui,

      Thanks for your post.

      ​You could add two plots to your custom NinjaScript indicator using AddPlot() and set the PlotStyle argument to PlotStyle.Bar.

      In the script, set the IsOverlay property to false, and assign the VolumeUpDown() indicator value to the first plot and the BlockVolume() indicator value to the second plot.

      This will cause both indicator plots to appear in the same panel separate from the price panel.

      See the help guide documentation below for more information.

      AddPlot(): https://ninjatrader.com/support/help...t8/addplot.htm
      IsOverlay: https://ninjatrader.com/support/help.../isoverlay.htm
      BlockVolume(): https://ninjatrader.com/support/help...ock_volume.htm
      VolumeUpDown(): https://ninjatrader.com/support/help...me_up_down.htm
      <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      558 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      324 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      101 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      545 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      547 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X