52 week low scanner

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #226102 quote
    magnus59magnus59
    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
    JSJS
    Participant
    Master

    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.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

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 JSJS
2 years, 8 months ago.

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