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 sjsj2732, Yesterday, 04:31 AM
      0 responses
      27 views
      0 likes
      Last Post sjsj2732  
      Started by NullPointStrategies, 03-13-2026, 05:17 AM
      0 responses
      283 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      280 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      131 views
      1 like
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      90 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Working...
      X