Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

ADX values

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

    ADX values

    Hi,

    I'm more interested in the slope of the ADX than its overall value, but since the ADX that comes with ninja can't snap the cursor to the candle I need to find a way to display the values.

    Since I'm probably going to have to code something (though I have zero experience with it), I'd like to output the change in ADX from candle to candle on the charts and to a market analyzer window, but if that seems too involved for a coding newbie I'm perfectly happy just getting the values somewhere (anywhere) and doing the math myself.

    does anyone have any input on the best and most efficient way to go about this?

    thanks

    #2
    Hello,

    Thanks for the note and welcome to the NinjaTrader support forum.

    Although we cannot code an indicator for you we can answer specific questions you have on getting started. We also have NinjaScript consultants that can code a project for you if you just want to have it coded let me know if you want the link to where these are located.

    As far as your indicator idea here should be very simple to build, basically you would need to take the ADX value of the bar before it and subtract the adx value of the current bar to get the difference. Once you have the difference you could plot this or output it how you wish.

    Plot0.Set(ADX[1] - ADX[0]);

    -Brett
    BrettNinjaTrader Product Management

    Comment


      #3
      Thanks for the response!

      I guess I wans't clear that I wans't looking for someone here to just code it for me and I'm willing to learn, I just have no idea where to start because it's all so foreign to me.

      The more I think of it, though the more I think I should use one of your partners so if you could post or send the link it would be much appreciated. thanks!

      Comment


        #4
        Understood.

        You can contact one of our NinjaScript consultants to assist you with coding this or you can use our NinjaScript guide and forums to code this indicator yourself if you are a programmer.


        NinjaScript Consultants:


        NinjaScript Help Guide:


        NinjaTrader Samples
        Following are links to all available NinjaScript reference samples within this forum section: Strategy Reference Samples (NinjaTrader 8) - also applicable to NT7 Using a time filter to limit trading hours (http://www.ninjatrader.com/support/forum/showthread.php?t=3226) Using multiple entry/exit signals simultaneously
        BrettNinjaTrader Product Management

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        576 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        334 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        553 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        551 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X