RSI Divergence Screener Last Signal

Forums ProRealTime English forum ProScreener support RSI Divergence Screener Last Signal

  • This topic has 4 replies, 3 voices, and was last updated 1 year ago by avatarJS.
Viewing 5 posts - 1 through 5 (of 5 total)
  • #203792

    Hello everybody. I’m trying to build a screener with RSI Divergence. I already searched for this topic and I didn’t find what i’m searching for. In the screener, I need to know the last signal diferent from 0 (zero) of the RSI Divergence. I mean, if the last signal was -1, being possible to happened 10 or 20 candlesticks ago, then it will give me -1. Is it possible? The screener I’m buiding is for exemple: usa stocks near pivot point S1 with the last RSI Divergente “1” (bullish).

     

    Thanks a lot for your help.

    Regards

    #203811
    JS

    Hi @brunoasoliveira

    There is an indicator in the library called “Mio divergenza RSI”

    Maybe you can convert this indicator into a screener?

    #204048

    Hello everybody. I’m trying to build a screener with RSI Divergence. I already searched for this topic and I didn’t find what i’m searching for. In the screener, I need to know the last signal diferent from 0 (zero) of the RSI Divergence. I mean, if the last signal was -1, being possible to happened 10 or 20 candlesticks ago, then it will give me -1. Is it possible? The screener I’m buiding is for exemple: usa stocks near pivot point S1 with the last RSI Divergente “1” (bullish).
    Thanks a lot for your help.
    Regards

    Here you go for a daily timeframe.

     

    #204051

    Above code is for current period, of you want it for 10 days ago, change close[0] to close[9],  for 20 days ago change close[0] to close[19]

    #204057
    JS

    The indicator “DivergenceRSI” gives three values:

    1 = Bullish divergence

    -1 = Bearish divergence

    0 = no divergence

    If you want to look back at what the last signal was, you can use this screener:

    Here you look back at 50 bars to check what the last divergence signal was.

     

Viewing 5 posts - 1 through 5 (of 5 total)

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