Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Volume-like bars on the right of a chart

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

    Volume-like bars on the right of a chart

    Does anyone know how I can create horizontal bars like the ones in the attached picture?

    I have a CSV with calculations based on certain prices and want to display them in the chart.

    Thanks!
    Click image for larger version

Name:	NinjaTrader_XNbVzlEwUG.png
Views:	211
Size:	16.3 KB
ID:	1161200

    #2
    Hello aarons34,

    Thank you for the post.

    You would need to use OnRender for this type of drawing. You could load your data from file into the format you want and then use OnRender to display the data. The data points could be converted from prices/volumes to Y/X values.

    A good starting point is the indicator SampleCustomRender, that demonstrates the basics of rendering and using the panel. You can see the following link for some additional samples of converting values.



    To make the display you pictured you would need to use rectangles that are drawn from the right of the chart to the X location for the given volume. You would need to come up with how you wanted to calculate the width of the rectangle based on the volume. The rectangles can be placed by converting the Price to a Y value.

    Another item to see would be the VolumeProfile indicator, after running for a while that would look similar but on the left side.



    I look forward to being of further assistance.

    Comment


      #3
      Jesse-

      Thanks for the suggestion! it works great; now I just need to figure out resource intensive is to draw all these rectangles

      Learning curve on how to manipulate the Volume Profile indicator seems steeper to me

      Cheers

      Comment


        #4
        Jesse- To close, the loop. Your suggestion works like a charm, thank you!

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        80 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        40 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        63 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        54 views
        0 likes
        Last Post CarlTrading  
        Working...
        X