Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to create a bi-directional bar plot in new panel

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

    How to create a bi-directional bar plot in new panel

    How to create a bi-directional bar plot in new panel

    i have two Plots

    Volume1 [Data1] = UpBars;
    Volume2 [Data2] = DownBars;

    I need that on the new panel with the first variable the bars are drawn to the top and from the second variable to the bottom

    How can I do it?

    I attach what you need in the picture

    Click image for larger version  Name:	BarsUpDown.png Views:	0 Size:	5.7 KB ID:	1139423
    Last edited by memonolog; 02-02-2021, 07:14 AM.

    #2
    Hello memonolog,

    Thanks for your post.

    You could use positive values for the up bars and negative values for the down bars. If you would like to add a zero line, you could use AddLine. For example if you are modifying the BuySellVolume indicator, you can ensure the Buys plot is positive and only contains buys, and the Sells plot is negative and only contains sells.

    AddLine - https://ninjatrader.com/support/help...8/?addline.htm

    We look forward to assisting.

    Comment


      #3
      Originally posted by NinjaTrader_Jim View Post
      Hello memonolog,

      Thanks for your post.

      You could use positive values for the up bars and negative values for the down bars. If you would like to add a zero line, you could use AddLine. For example if you are modifying the BuySellVolume indicator, you can ensure the Buys plot is positive and only contains buys, and the Sells plot is negative and only contains sells.

      AddLine - https://ninjatrader.com/support/help...8/?addline.htm

      We look forward to assisting.
      and in which indicator is an example to see clearly?

      Comment


        #4
        Hello memonolog,

        You can modify the BuySellVolume indicator that comes with the platform to visualize. Ensure Buys is built only from buys and is positive. Ensure Sells is built only from sells and is negative.

        We look forward to assisting.
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        656 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        373 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        109 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        574 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        579 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X