Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Prior Day Values for ADX, +DMI, and -DMI

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

    Prior Day Values for ADX, +DMI, and -DMI

    I am doing a set of calculations that require prior day values for ADX, +DMI, and -DMI. I can get the prior day value of ADX by using "ADX(period)[1]". Is their a similar way of getting prior day values for +DMI and -DMI, or do I have to go through the same set of calculations used in the NinjaScript code for the DM indicator?

    Thanks in advance.

    Bob

    #2
    Hello TrendTracker,

    You can reference other indicator values if they're plots. ADX is a plot so that will work.

    +DMI and -DMI are available as plots as part of the DM indicator. You can access them through:

    DM(14).DiPlus[0]
    DM(14).DiMinus[0]
    Last edited by NinjaTrader_RyanM1; 05-12-2010, 12:58 PM. Reason: Simpler solution
    Ryan M.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    562 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    325 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
    547 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    547 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X