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 sjsj2732, Yesterday, 04:31 AM
    0 responses
    30 views
    0 likes
    Last Post sjsj2732  
    Started by NullPointStrategies, 03-13-2026, 05:17 AM
    0 responses
    286 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    282 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    132 views
    1 like
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    90 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Working...
    X