Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bi-Directional Buy Sell Volume Super DOM Column "Space between the numbers"

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

    Bi-Directional Buy Sell Volume Super DOM Column "Space between the numbers"

    Hi all,

    NinjaTrader_PatrickH created the Bi-Directional Buy Sell Volume Super DOM Column for the SuperDom.
    This Super DOM Column plots the Buy and Sell Volume from the midpoint of the Column out to the left (Buy Volume) and to the right (Sell Volume) versus the Volume Super DOM Column which plots from left to right. Update 07/01/2019 – Added Percent display option.

    I really like it but I have an issue with it. It is very hard, when not impossible, to differ the Buy and Sell numbers. I see only a big number there.

    It would be a big help when somebody could put a space between the numbers, so it will be easier to read those.

    Thank you very much.

    Regards
    Michael

    #2
    Hello michi08,

    Thanks for your post.

    The code is open source and modifications can be readily made in the NinjaScript Editor.

    You could consider changing the textPosition.X variable so extra padding is used. For example at lines 251-254:

    Code:
    textPosition.X = renderWidth / 2 - (buyText.Width + halfPenWidth) [B]- 2[/B];
    dc.DrawText(buyText, textPosition);
    textPosition.X = renderWidth / 2 - halfPenWidth [B]+ 2[/B];
    dc.DrawText(sellText, textPosition);
    We look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    647 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    368 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    573 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X