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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      35 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      20 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      12 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      18 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      20 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X