Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Help with line drawing

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

    Help with line drawing

    Hi All,
    i am struggling to understand how to draw lines on the chart.. more specifically what i am trying to accomplish is to create a line that start say from the High of a bar and keeps drawing until the price touches it again..
    There may be more of this lines on the chart and so how to tell Ninja to stop drawing a particular line if touched and keep drawing what is not..
    Any advices on to do this?
    Thanks a bunch in advance!

    #2
    I would suggest reviewing this indicator/code to get some ideas: https://ninjatraderecosystem.com/use...ad/swingrays2/

    Comment


      #3
      MAN... this is a great advice!! Thanks a lot my friend!!

      Comment


        #4
        Hello AtApi,

        Thanks for your post.

        The indicator mentioned by Tasker-182 from the Ecosystem User App Share would be a good example of how that could be accomplished by drawing lines on the chart from one point to another on the chart and removing the draw object when the condition to draw the line is no longer true.

        Draw.Line() would be used to draw the line on a chart when a certain condition is met. RemoveDrawObject() is used to remove the draw object from the chart.

        See the help guide page linked below for more information and sample code.
        Draw.Line(): https://ninjatrader.com/support/help.../draw_line.htm
        RemoveDrawObject(): https://ninjatrader.com/support/help...drawobject.htm
        Drawing: https://ninjatrader.com/support/help...t8/drawing.htm

        Let me know if you have further questions.
        <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
        571 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        330 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        548 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        549 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X