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.
    JimNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Shansen, 08-30-2019, 10:18 PM
    24 responses
    939 views
    0 likes
    Last Post spwizard  
    Started by Max238, Today, 01:28 AM
    0 responses
    7 views
    0 likes
    Last Post Max238
    by Max238
     
    Started by rocketman7, Today, 01:00 AM
    0 responses
    4 views
    0 likes
    Last Post rocketman7  
    Started by wzgy0920, 04-20-2024, 06:09 PM
    2 responses
    28 views
    0 likes
    Last Post wzgy0920  
    Started by wzgy0920, 02-22-2024, 01:11 AM
    5 responses
    33 views
    0 likes
    Last Post wzgy0920  
    Working...
    X