ADX DM Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #95276 quote
    MrMagic
    Participant
    Average

    Good morning all. Can I get some help with setting up an ADX screener please?

    Criteria-

    ADX crosses +DM from below 20 for a bullish screener (with +DM already above -DM) and screener remains for 3 candles

    ADX crosses -DM from below 20 for a bearish screener (with -DM already above +DM) and screener remains for 3 candles

    Your help is much appreciated.

    Thank you.

    KR

    #95454 quote
    Nicolas
    Keymaster
    Master

    That code should do the trick:

    iadx = ADX[14]
    plus = DIplus[14](close)
    minus = DIminus[14](close)
    
    c1 = summation[3](iadx crosses over plus and plus>minus)>0
    c2 = summation[3](iadx crosses over minus and plus<minus)>0
    
    screener[c1 or c2]

    (not tested, please test it and make feedback here).

    MrMagic thanked this post
    #137831 quote
    MrMagic
    Participant
    Average

    Hey @Nicolas, I tested the above screener but it only shows instruments where the ADX is leaving the DMI instead of entering it. I’ve attached a photo of what I had suggested. So instead of screening for instruments where the ADX crosses from outside and stays between D+ and D- as shown in arrows (1) and (2), it shows (3), if I make sense. Thanks.

    Screenshot-2020-06-30-at-22.45.42.png Screenshot-2020-06-30-at-22.45.42.png
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

ADX DM Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
MrMagic @mrmagic Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by MrMagic
5 years, 8 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/02/2019
Status: Active
Attachments: 1 files
Logo Logo
Loading...