Trending stocks now

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #228227 quote
    marco7630
    Participant
    New
    Hello,
    I would like to see all the stocks that meet all the following criteria:
    On 1 minute, day and week timeframe:
    Price>EMA10
    Price>EMA20
    EMA10>EMA20
    EMA10 and EMA 20 are both rising
    On 1 minute timeframe:
    Latest candle price is high of the day
    The price of current candle is above price previous candle
    The price of previous candle is above price of the candle before that
    Thanks
    gr Marco
    #228230 quote
    JS
    Participant
    Veteran

    Hi Marco,

    Try this one…

     

    EMA10=ExponentialAverage[10](close)
    C1=Close>EMA10
    EMA20=ExponentialAverage[20](close)
    C2=Close>EMA20
    C3=EMA10>EMA20
    C4=EMA10>EMA10[1]
    C5=EMA20>EMA20[1]
    
    TimeFrame(1 minute)
    C6=Close>=DHigh(0)
    C7=Close>Close[1] and Close[1]>Close[2]
    
    Screener[C1 and C2 and C3 and C4 and C5 and C6 and C7]
    #228616 quote
    marco7630
    Participant
    New

    Thanks JS

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

Trending stocks now


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
2 years ago.

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