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

Angle, 1/2 angle, 1/4 angle

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

    Angle, 1/2 angle, 1/4 angle

    Hi

    I am trying to figure out how to determine the angle of
    a line between i:e: Point A. a high of 926.75 and Point B: a low of 908.25
    and be able to draw a 1/2 angle and 1/4 angle from the
    computed angle of point A and point B which would resemble
    a gann fan

    Any suggestions if this can be done within the wizard framework or
    what it might take to do it?

    Thanks

    Lynn

    #2
    Lynn,

    In the misc section there is an option for Slope. You can try selecting that, but you won't be able to get it to give you the slope of some line unless its values are programmatically stored.

    Unfortunately what you want will most likely require custom programming outside of the Wizard.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by latkinso View Post
      Hi

      I am trying to figure out how to determine the angle of
      a line between i:e: Point A. a high of 926.75 and Point B: a low of 908.25
      and be able to draw a 1/2 angle and 1/4 angle from the
      computed angle of point A and point B which would resemble
      a gann fan

      Any suggestions if this can be done within the wizard framework or
      what it might take to do it?

      Thanks

      Lynn
      Lynn,

      As long as you know the number of bars from point A to point B you can use tan. For example:

      tanB=(926.75 - 908.25) / number of bars A to B

      tanA= number of bars A to B/(926.75 - 908.25)

      astra

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by zstheorist, Today, 07:52 PM
      0 responses
      3 views
      0 likes
      Last Post zstheorist  
      Started by pmachiraju, 11-01-2023, 04:46 AM
      8 responses
      149 views
      0 likes
      Last Post rehmans
      by rehmans
       
      Started by mattbsea, Today, 05:44 PM
      0 responses
      5 views
      0 likes
      Last Post mattbsea  
      Started by RideMe, 04-07-2024, 04:54 PM
      6 responses
      33 views
      0 likes
      Last Post RideMe
      by RideMe
       
      Started by tkaboris, Today, 05:13 PM
      0 responses
      5 views
      0 likes
      Last Post tkaboris  
      Working...
      X