Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Vertical line indicator offset by 9, 26 and 52 bars

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

    Vertical line indicator offset by 9, 26 and 52 bars

    Hello,

    I would like to have an indicator on my graphs that draws 3 vertical lines offset by 9, 26 and 52 bars.

    These lines should be updated at each new candlestick and work on all time units. I have added an image as an example.

    Click image for larger version

Name:	3 vertical line.jpg
Views:	732
Size:	83.0 KB
ID:	1225154

    Can you help me please?

    Thanks in advance.​

    #2
    Hello C78070,

    Thanks for your post.

    To clarify, are you wanting to draw a vertical line 9 bars from the currently forming bar, 26 bars from the currently forming bar, and 52 bars from the currently forming bar?

    If so, you could use the DrawVerticalLine() method and pass in the barsAgo value that you want to draw the vertical line on.

    For example, you would pass in a 9 for the barsAgo argument when calling DrawVerticalLine().

    Code:
    // Draws a vertical line 9 bars back from the current bar
    DrawVerticalLine("tag1", 9, Color.Black);
    See this help guide page for more information: https://ninjatrader.com/support/help...rticalline.htm

    Let me know if I may assist further.​
    <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


      #3
      Hello BrandonH,

      Thank you for taking the time to answer me.

      This is exactly what I wanted as a code, repeating this for the 26 and 52 candlestick shift will meet my need :-)

      Thank you again for your reactivity and good continuation to you.​

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      128 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      73 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      116 views
      2 likes
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      109 views
      1 like
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      88 views
      0 likes
      Last Post CarlTrading  
      Working...
      X