Pullback after jump

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #219267 quote
    marco7630
    Participant
    New
    Hi,
    Is it possible to make a screeners that does on daily base following:
    I would like to see all the stocks that have risen 30% the last 90 days and since than have decreased in price by at least 5%
    gr Marco
    #219286 quote
    JS
    Participant
    Veteran

    Hi Marco,

    Hereby the screener…

     

    C1=Close[1]>1.3*Close[91]
    C2=Close<0.95*Close[1]
    
    Screener[C1 and C2](Close[1] as "Close yesterday")
    Scherm­afbeelding-2023-08-18-om-09.10.19.png Scherm­afbeelding-2023-08-18-om-09.10.19.png
    #219290 quote
    marco7630
    Participant
    New

    Thanks JS. Really helpfull

    JS thanked this post
    #219456 quote
    marco7630
    Participant
    New

    Hi JS,

    It seems that it only shows stocks that have declined 5% yesterday. I am looking for all the stocks that have risen at least 30% in the last 90 days and are now at least 5% lower then the highest price in the last 90 days.

    gr Marco

    #219475 quote
    JS
    Participant
    Veteran

    Hi Marco,

    Hereby the updated screener…    
    C1=Close>1.3*Close[90]
    C2=Close<0.95*Highest[90](High)
    
    Screener[C1 and C2](Highest[90](High) as "HH last 90 days")
    #219507 quote
    marco7630
    Participant
    New
    Thanks JS
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.

Pullback after jump


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

This topic contains 5 replies,
has 2 voices, and was last updated by marco7630
2 years, 6 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 08/17/2023
Status: Active
Attachments: 1 files
Logo Logo
Loading...