Pullback to EMA10 week

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #235972 quote
    marco7630
    Participant
    New

    Hi,

    Can you help me with the following

    I would like to see all the stocks on a weekly time frame that fit following criteria:
    • The price of the stock is above the EMA10 week for at least 6 weeks. The total price range (low-high) needs to be above the EMA10 for 6 weeks
    • The low of the current candle needs to be below the EMA10 week

    Gr Marco

    #235976 quote
    JS
    Participant
    Senior

    Hi,

    Try this one…

    EMA10=Average[10,1](Close)
    
    c1=Summation[6](Low[1]>EMA10[1])=6
    c2=Low<EMA10
    
    Screener[c1 and c2]((Low<EMA10) as "PullBack")
    Iván González thanked this post
    #235984 quote
    marco7630
    Participant
    New

    Thanks JS

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

Pullback to EMA10 week


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by marco7630
1 year, 7 months ago.

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