Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help to stop the lines when it's crossing any bar on the chart

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

    Help to stop the lines when it's crossing any bar on the chart


    Hello Ninja Trader Community,

    I am currently drawing lines from one low value to another bar's low value. However, I've noticed that some lines are intersecting with the bars. I would like to prevent this from happening. Is there a way for me to determine whether a line is crossing any bars on the chart through code?

    For example, I would like to prevent dotted lines from extending beyond the bars in the screenshots below.

    Please assist me with this issue.

    Thank you
    Ramanji​


    Click image for larger version

Name:	image.png
Views:	85
Size:	141.8 KB
ID:	1281937

    #2
    Hello ramanji,

    Thanks for your post.

    To clarify, do you want the dotted line to be drawn behind the bars?

    The SetZOrder() method seen on the help guide page below could be used to accomplish this. Setting the ZOrder to -1 would make sure the object plots behind the chart bars.

    SetZOrder: https://ninjatrader.com/support/help.../setzorder.htm
    ZOrder: https://ninjatrader.com/support/help...art_zorder.htm

    Otherwise, from the image you shared, you are drawing the line to a point on the right side of the chart so the line overlapping bars would be expected based on the start and end points of the line.

    If you wanted it to stop at that bar where the line crossed the bar, you would need to add custom logic to your script to specify that bar is the endpoint for that line instead of the endpoint at the right side of the chart in the image.
    Last edited by NinjaTrader_BrandonH; 12-12-2023, 01:25 PM.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    633 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    364 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    105 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    567 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    568 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X