Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

DM Indicator

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

    DM Indicator

    In the wizard the DM Indicator has no option for ADX, only DiPLus and DiMinus. If you refer to the ADX which is a separate indicator it doesn't seem to respond to the DM crossing over it.

    For example

    if (CrossAbove(DM(40).DiPlus, ADX(40), 1))
    {
    ExitShort("", "S1");
    }

    #2
    Hello,

    This could potentially be the values being used. Have you turned the "Plot on chart" on for these indicators?

    I created a strategy using the settings provided, I had substituted the ExitShort for a DrawDot so I could visually see on the chart the bars this occurred. I was able to see dots being drawn so it is seeing the cross.

    Can you try substituting the Exit for a DrawDot? this will at least tell you if there was an occurrence detected, aside from this enabling the plot on chart will help see this as well.

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    559 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    324 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
    546 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