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 WHICKED, Today, 12:56 PM
      2 responses
      15 views
      0 likes
      Last Post WHICKED
      by WHICKED
       
      Started by Felix Reichert, Today, 02:12 PM
      0 responses
      1 view
      0 likes
      Last Post Felix Reichert  
      Started by Tim-c, Today, 02:10 PM
      0 responses
      1 view
      0 likes
      Last Post Tim-c
      by Tim-c
       
      Started by cre8able, Today, 01:16 PM
      2 responses
      9 views
      0 likes
      Last Post cre8able  
      Started by chbruno, 04-24-2024, 04:10 PM
      3 responses
      49 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Working...
      X