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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      58 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      80 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      43 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      101 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      61 views
      0 likes
      Last Post PaulMohn  
      Working...
      X