52 week low scanner

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #226102 quote
    magnus59
    Participant
    New

    Hi

    Anyone have a screener that   find stocks that are 30 percent above  52 week low,  and  over 50 EMA  and if possible   25  percent   higher growth last quarter  ??

     

    Thanks in advance

    Magnus

    #226107 quote
    JS
    Participant
    Veteran

    Hi Magnus,

    Hereby the screener…

    TimeFrame(Weekly)
    Week52Low=Lowest[52](Low)
    StartLastQuarter=Close[12] //StartLastQuarter=12 Weeks ago
    TimeFrame(Daily)
    EMA50=ExponentialAverage[50](Close)
    C1=Close>Week52Low*1.3
    C2=Close>EMA50
    C3=Close>StartLastQuarter*1.25
    Screener[C1 and C2 and C3](Week52Low as "52 Week Low")
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

52 week low scanner


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
magnus59 @magnus59 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JS
2 years, 2 months ago.

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