Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
        Brandon H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by andrewtrades, Today, 04:57 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_Manfred  
        Started by chbruno, Today, 04:10 PM
        0 responses
        5 views
        0 likes
        Last Post chbruno
        by chbruno
         
        Started by josh18955, 03-25-2023, 11:16 AM
        6 responses
        436 views
        0 likes
        Last Post Delerium  
        Started by FAQtrader, Today, 03:35 PM
        0 responses
        7 views
        0 likes
        Last Post FAQtrader  
        Started by rocketman7, Today, 09:41 AM
        5 responses
        19 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Working...
        X