Screener Code with RSI move to 30 after closing 25

Forums ProRealTime English forum ProScreener support Screener Code with RSI move to 30 after closing 25

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

    I am trying to screen all tickers where RSI goes above 30 after deeping below 25 so it give me tickers which are over-sold but now showing some support.

    RSI[14](close)[1] < 25
    AND CrossOver(RSI[14](close), 30) // this is giving me error.

    #249011
    JS

    Hi,

    Here is the indicator…

    I’ve added an extra condition: between the period when RSI < 25 and RSI > 30, there may be a maximum of 5 bars in between (Once MaxBarsSince = 5)…

    You can adjust this number (5) as you like…

    1 user thanked author for this post.
    #249012
    JS

    Screener not Indicator…

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

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