Increasing ADX Screener

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

    Morning.

    Can anyone help with a screener for increasing ADX above 25 on the H4 timeframe? Basically I want to screen for instruments where the ADX of the present  candle is higher than the last 2 to 3 candles.

    Thank you.

    KR,

    MM

    #78354 quote
    robertogozzi
    Moderator
    Master

    There you go, line 1 is commented out so you can apply it to any timeframe, but in case you prefer to have it hard coded in the screener just uncomment it:

    //TIMEFRAME(4 hours)
    MyAdx  = Adx[14]
    Result = (MyAdx > 25) AND MyAdx = highest[3](MyAdx)
    SCREENER[Result] (Result AS "MyCriterion")
    MrMagic thanked this post
    #78360 quote
    MrMagic
    Participant
    Average

    Cheers robertogozzi

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Increasing ADX 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
7 years, 7 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/16/2018
Status: Active
Attachments: No files
Logo Logo
Loading...