ADX and Average Screener

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #127987 quote
    EmmeLS
    Participant
    New

    Hello, I am a beginner and I would like help to generate a screener with these conditions on a daily timeframe:

    • Moving average 20 volumes today> M.M. 20 volumes 5 days ago;
    • adx> 15
    • adx today> adx yesterday
    • dm + bullish crossing dm- (the crossing took place today, or if possible not beyond yesterday’s bar)

    Thanks to those who can help.

    #127990 quote
    robertogozzi
    Moderator
    Master

    You shouldn’t use the “Insert PRT code” to write text, that’s reserved for code to make it easier to read. Thank you 🙂

    #127991 quote
    Vonasi
    Moderator
    Master

    EmmeLS – Welcome to the forums.

    There are some simple rules that everyone using the forums is expected to follow. You have not followed this one:

    Give your topic a meaningful title. Describe your question or your subject in your title. Do not use meaningless titles such as ‘Coding Help Needed’.

    I have edited your post. 🙂

    #127992 quote
    robertogozzi
    Moderator
    Master

    There you go:

    VolumeMA = average[20,0](Volume)
    c1       = VolumeMA > VolumeMA[5]
    MyAdx    = Adx[14]
    c2       = MyAdx > 15 AND MyAdx > MyAdx[1]
    c3       = summation[2](DIplus[14](close) CROSSES OVER DIminus[14](close))
    Result   = c1 AND c2 AND c3
    SCREENER[Result]
    EmmeLS thanked this post
    #128002 quote
    EmmeLS
    Participant
    New

    I ask forgiveness for the post insertion error, I am a beginner.
    Thanks Roberto, I would like to create a screen that identifies the crossing of the DM + (green) with DM- (red); adx (black) increasing and> of 15; Moving average 20 periods on volumes up compared to 7 days before. can you help me? Thanks..

    #128004 quote
    EmmeLS
    Participant
    New

    I have seen your answer now! THANKS!!!

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

ADX and Average Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
EmmeLS @matteo_vergani Participant
Summary

This topic contains 5 replies,
has 3 voices, and was last updated by EmmeLS
5 years, 10 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 04/25/2020
Status: Active
Attachments: No files
Logo Logo
Loading...