Gap Down Between Moving Averages?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #88251 quote
    mrfixituk41
    Participant
    New

    Was looking for a screener that will find gap downs or up between two moving averages. E.g. The 20/50 moving average.

    LRE-Daily.png LRE-Daily.png
    #93255 quote
    mrfixituk41
    Participant
    New

    How to convert this tc2000 code to proreal? Gap down between to moving averages. Thanks

    (AVGC20 < H AND H < L1 AND L1 < AVGC50) OR (AVGC50 < H AND H < L1 AND L1 < AVGC20)

    #93332 quote
    Nicolas
    Keymaster
    Master

    Not tested, but would be something like this:

    AVGC20 = average[20]
    H = high
    L1 = low[1]
    
    test=(AVGC20 < H AND H < L1 AND L1 < AVGC50) OR (AVGC50 < H AND H < L1 AND L1 < AVGC20)
    
    screener[test]
    
    
    #93543 quote
    GraHal
    Participant
    Master

    Above added to here 

    Snippet Link Library

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

Gap Down Between Moving Averages?


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by GraHal
6 years, 11 months ago.

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