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

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.
    Kate W.NinjaTrader Customer Service

    Comment


      #3
      Thank you very much

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      8 responses
      31 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by helpwanted, Today, 03:06 AM
      2 responses
      21 views
      0 likes
      Last Post NinjaTrader_LuisH  
      Started by DayTradingDEMON, Today, 09:28 AM
      0 responses
      8 views
      0 likes
      Last Post DayTradingDEMON  
      Started by navyguy06, Today, 09:28 AM
      0 responses
      2 views
      0 likes
      Last Post navyguy06  
      Started by rjbtrade1, 11-30-2023, 04:38 PM
      2 responses
      77 views
      0 likes
      Last Post DavidHP
      by DavidHP
       
      Working...
      X