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:	387
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 Shansen, 08-30-2019, 10:18 PM
      24 responses
      938 views
      0 likes
      Last Post spwizard  
      Started by Max238, Today, 01:28 AM
      0 responses
      3 views
      0 likes
      Last Post Max238
      by Max238
       
      Started by rocketman7, Today, 01:00 AM
      0 responses
      2 views
      0 likes
      Last Post rocketman7  
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      27 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Working...
      X