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 f.saeidi, Today, 11:02 AM
    1 response
    1 view
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by geotrades1, Today, 10:02 AM
    4 responses
    12 views
    0 likes
    Last Post geotrades1  
    Started by rajendrasubedi2023, Today, 09:50 AM
    3 responses
    15 views
    0 likes
    Last Post NinjaTrader_BrandonH  
    Started by lorem, Today, 09:18 AM
    2 responses
    11 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by geddyisodin, Today, 05:20 AM
    4 responses
    30 views
    0 likes
    Last Post geddyisodin  
    Working...
    X