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 CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      438 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      283 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      243 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      331 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      293 views
      0 likes
      Last Post CarlTrading  
      Working...
      X