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 PaulMohn, Today, 03:49 AM
          0 responses
          7 views
          0 likes
          Last Post PaulMohn  
          Started by inanazsocial, Today, 01:15 AM
          1 response
          9 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by rocketman7, Today, 02:12 AM
          0 responses
          10 views
          0 likes
          Last Post rocketman7  
          Started by dustydbayer, Today, 01:59 AM
          0 responses
          4 views
          0 likes
          Last Post dustydbayer  
          Started by trilliantrader, 04-18-2024, 08:16 AM
          5 responses
          23 views
          0 likes
          Last Post trilliantrader  
          Working...
          X