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

Detect price on the trend line

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

    Detect price on the trend line

    Imagine there is trend-line drawed by strategy.
    Is there any comfortable way, how to get the price on the trend-line at specific bar?

    #2
    misova, not directly unfortunately - what you could check via the DrawObjects collection and the IDrawObject interface are the anchor points for example as properties.

    :https://www.ninjatrader.com/support/.../nt7/iline.htm

    A sample script as starting point that works with those tools to give alerts for manual drawn lines could be found here in our sharing - http://www.ninjatrader.com/support/f...d=4&linkid=472
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thank you,
      so as I think about it, then the only way how to calculate price of the trend line
      on specific bar is to:
      1. Calculate a linear function y = Ax + B from those 2 anchor points
      2. and then use this function to calculate y-value (price) for other bars (x) ?


      Do you think this is good direction ?

      Comment


        #4
        You are correct, sounds like a good direction to take to me.
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Thank you,
          so as I think about it, then the only way how to calculate price of the trend line
          on specific bar is to:
          1. Calculate a linear function y = Ax + B from those 2 anchor points
          2. and then use this function to calculate y-value (price) for other bars (x) ?


          Do you think this is good direction ?
          May I refer you to my post at:



          where the solution was to find the linear equation of a ray - effectively the same thing.

          It sounds as if you have the math (good old coordinate geometry from high school !) but if you need a hand, please let me know.

          As I said there, I've done precisely this recently and it's extremely effective - I'm able to get the level of the line at any bar.

          Hope it all work out.
          Last edited by arbuthnot; 09-02-2014, 06:57 AM. Reason: edit

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by poplagelu, Today, 05:00 AM
          0 responses
          3 views
          0 likes
          Last Post poplagelu  
          Started by fx.practic, 10-15-2013, 12:53 AM
          5 responses
          5,407 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by Shai Samuel, 07-02-2022, 02:46 PM
          4 responses
          98 views
          0 likes
          Last Post Bidder
          by Bidder
           
          Started by DJ888, Yesterday, 10:57 PM
          0 responses
          8 views
          0 likes
          Last Post DJ888
          by DJ888
           
          Started by MacDad, 02-25-2024, 11:48 PM
          7 responses
          160 views
          0 likes
          Last Post loganjarosz123  
          Working...
          X