Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to calculate slope on the chart

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

    How to calculate slope on the chart

    Hi, how do I find the slope of a certain price move on the chart?
    Is it also possible to calculate the angle of it?

    I checked https://ninjatrader.com/support/help...nt8/?slope.htm but I'd like to know how I can display this on the chart.

    Appreciate your help, thanks a lot

    #2
    Hello HinduMVP, thanks for your post.

    A custom indicator would need to be created that will draw the value of Slope to the chart. You can draw text easily with the Draw.Text or Draw.TextFixed method from the NinjaScript drawing method library.
    https://ninjatrader.com/support/help...?draw_text.htm - Draw.Text
    https://ninjatrader.com/support/help...?textfixed.htm - Draw.TextFixed

    To find the angle of that slope value, you can perform Math.Atan(Double) on the slope value.

    Please let me know if I you have any question on this material.

    Comment


      #3
      Thanks for your help Chris

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      88 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      143 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      83 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      257 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      334 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X