Announcement

Collapse
No announcement yet.

DMI Net

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

  • DMI Net

    Dear sirs

    I want to create an indicator which plot the difference between (+DMI) and (-DMI) And also a 10-ema (or a 20-ema choice of the user) of this difference.


    Thanks for your help

  • #2
    pbereau
    See the EFS2 examples in the first post of this thread. All you need to do is replace high(0) - low(0) in the return statement of function range with the appropriate Directional Movement (ADX/DM) function ie pdi(14,14,0)-ndi(14,14,0)
    Alex

    Comment

    Working...
    X