Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Vanishing horizontal lines

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

    Vanishing horizontal lines

    Dear all,

    On a daily basis, I want to:
    1.define a time range using vertical lines + color area
    2. define horizontal lines within the time range that are the max/min levels
    3. push these two horizontal lines until the end of the same day

    I am facing issues on point 1 and 2:
    1. the color area stops 1 bar before; how could I fix that?
    2. the horizontal bars are only visible for the last day... how come?

    Can you help me?
    Thank you very much,

    Best

    Nicolas
    Attached Files

    #2
    Hello nlaporte,
    Thanks for your note.

    1. If you set Calculate On Bar Close to false from the Initialize section of the code then are you able to Color the running bar. Currently it is set to true.

    2. If you add unique lines for each bars then are you able to get the lines for all the bars. Please try modifying your code as below
    Code:
    DrawLine([B]"Highest" + CurrentBar[/B], false, startBarsAgo - endBarsAgo + 1, highestHighCube,0,highestHighCube, Color.Blue,DashStyle.Solid,1);
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Hi Joseph,

      Spot on for both my questions. Thank you very much.
      A last favor, can you explain me a little more the point 2. I dont understand why it works... just adding the "+ CurrentBar" that I was missing?
      Best,

      Nicolas

      Comment


        #4
        Hello,

        By adding this NInjaTrader will create a new drawing object for each unique drawing object name. If it is not unique then it will modify the existing Drawing Object. By adding +CurrentBar it makes the value unique on each bar it is called on.

        Let me know if any further questions.

        -Brett
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        597 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        343 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        103 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        556 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        555 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X