Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Finding the pixel distance between 2 bars

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

    Finding the pixel distance between 2 bars

    Is there a way to transform the distance between bars (or time) to chart pixels?

    I have 2 vertical bars I draw, and I would like them to be one next to the other. I use the time to set their position, but when the chart is scaled, they may be too close or too far. I am looking for a way to calculate the difference I would like to set them up according to the X scale.

    Assuming this can be done, I would need to force an update of only this calculation. My guess I need to get this information from onRender and save the last value.

    By the way, I am not drawing using onRender(). Instead, I do all my drawing from onBarUpdate().

    #2
    Hello Shai Samuel,

    Thanks for your post.

    ChartControl.Properties.BarDistance will give the pixel distance between bars. Using Drawing Tools in OnBarUpdate() will draw by bar slots and cannot be placed at specific pixel locations. If you would like to draw at specific pixel locations, OnRender() should be used with your own SharpDX rendering. Our SampleCustomRender example indicator can be used as reference for using OnRender, and I have also included resources on using SharpDX for custom rendering. Pixels will be relevant to the ChartPanel owned by the indicator.

    ChartControl.Properties - https://ninjatrader.com/support/help...properties.htm

    SharpDX Rendering - https://ninjatrader.com/support/help..._rendering.htm

    Chart Panel - https://ninjatrader.com/support/help...chartpanel.htm

    Please let us know if there is anything else we can do to help.

    Comment

    Latest Posts

    Collapse

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