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 NullPointStrategies, Today, 05:17 AM
      0 responses
      50 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      69 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X