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 cmoran13, Yesterday, 01:02 PM
      0 responses
      23 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      16 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      160 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      94 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      147 views
      2 likes
      Last Post CaptainJack  
      Working...
      X