Pullback after big rise

Forums ProRealTime English forum ProScreener support Pullback after big rise

Viewing 9 posts - 1 through 9 (of 9 total)
  • #217779

    Hello,

    I would like to see all the stocks on a daily timeframe that meet the following requirements:
    • Stock is more than 30% up over de last 30 days
    • Currenlty more than 10% down compared to last 30 day high
    • Close is above 5
    • Average daily volume over last 14 days is above 500000
    • The current Stoch RSI14 is below 10
    • Yesterdays Stoch RSI14 was equal or above current Stoch RIS14

    Thanks a lot

    gr Marco

    #217783

    There you go:

     

    #217791

    Thanks Roberto. I made a mistake however. My stoch requirements are not good.

    I needs to be:

    • The current Stoch RSI14 is higher than yesterday StochRSI14
    • Yesterdays Stoch RSI14 was was below 10

    Can you change this?

    #217800

    Replace lines 12 and 13 with:

     

    #218072

    Hi Roberto,

    I only want to see stocks that are maximal 1% above EMA20 Daily (so between 0 and 1% above the EMA20).

    What line should i add than?

     

    gr Marco

    #218083

    There you go:

     

    #218137

    Hi Roberto,

     

    Thanks.

    I have a question nog related to this but what is the code for:

    1. The closeprice of the stock is above the EMA21 day for at least 30 days

    gr Marco

    #218167
    JS

    Hi,

    EMA21=ExponentialAverage[21](Close)

    C1=Summation[30](Close>EMA21)=30

    #218182

    Thanks Roberto and JS for your efforts

    2 users thanked author for this post.
Viewing 9 posts - 1 through 9 (of 9 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login