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

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

    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 llanqui, Today, 03:53 AM
      0 responses
      3 views
      0 likes
      Last Post llanqui
      by llanqui
       
      Started by burtoninlondon, Today, 12:38 AM
      0 responses
      10 views
      0 likes
      Last Post burtoninlondon  
      Started by AaronKoRn, Yesterday, 09:49 PM
      0 responses
      14 views
      0 likes
      Last Post AaronKoRn  
      Started by carnitron, Yesterday, 08:42 PM
      0 responses
      11 views
      0 likes
      Last Post carnitron  
      Started by strategist007, Yesterday, 07:51 PM
      0 responses
      14 views
      0 likes
      Last Post strategist007  
      Working...
      X