Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Draw lines above and below ATR Trailing Stop indicator

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

    Draw lines above and below ATR Trailing Stop indicator

    Hello-

    I would like to draw one line 2 ticks above and one line 2 ticks below an ATR Trailing Stop indicator. I have no programming experience and was wondering if there's a way to do it.

    The attachment shows the setting of the indicator. (not sure if that helps or not)

    Thanks!

    Kempo




    #2
    bump, please

    Comment


      #3
      Hello kempotrader,

      Thank you for your post.

      I recommend reading this guide on Getting Started with NinjaScript:

      https://support.ninjatrader.com/s/article/Developer-Guide-Getting-Started-with-NinjaScript

      Please note that a basic understanding of C# and programming in general is necessary for development in NinjaScript.

      You can use Draw.Line() or Draw.HorizontalLine() to draw the lines above and below.





      You could supply the y value the current value of the ATR minus 2 ticks to set it 2 ticks below, ex: myATR[0] - 2 * TickSize.


      You can also contact a professional NinjaScript Consultant who would be eager to create or modify this script at your request or assist you with your script. The NinjaTrader Ecosystem has affiliate contacts who provide educational as well as consulting services.

      Please let me know if you would like a list of affiliate consultants who would be happy to create this script or any others at your request or provide one on one educational services.

      Comment


        #4
        Thanks, Gaby.

        This is just an idea for a visual cue on my charts. So, maybe I'll break down and learn some of this. I have zip programming experience

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        71 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        43 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        25 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        28 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        56 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X