Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Get Price Level of a Bar[X] in a Drawn Line

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

    Get Price Level of a Bar[X] in a Drawn Line

    Hello NT Team,

    I drawn a Line using
    Code:
    Line1 = Draw.Line(this, @"Line1", false, 22, Low[22], 48, Low[48], Brushes.Blue, DashStyleHelper.Solid, 2);
    Then I get results as shown on attached image

    Now I want to know the Price of that Yellow Point that exist in front of Bar[36] on Line1 as shown in figure.

    Also I want to have a condition

    Code:
    if (Close[0] > (Price of that yellow point on Line1)
    Thank you

    #2
    Hello MohammedAmine,

    Thank you for your post.

    You would determine the slope of the line based on the start and end anchor bars and the start and end anchor prices and then use that slope to project what the Y value would be at X location, in this case at that 36 bar. You could then save that value to a variable and use that in your condition. Here's a link to another forum post where my colleague Paul has posted a script that demonstrates:



    Please let us know if we may be of further assistance to you.

    Comment


      #3
      Thank you very much

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      47 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      23 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      33 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      50 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      42 views
      0 likes
      Last Post CarlTrading  
      Working...
      X