5min RSI Screener

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

    Hi all,

    I was wondering if it would be hard to get some code similar to this one (https://www.prorealcode.com/prorealtime-market-screeners/oversold-based-rsi-screener/) but that just screens for 5min oversold (or ideally able to be adusted for 5min overbought also) instead of higher timeframes. Use is more for intraday trading on shorter time periods and I would like to watch for stocks that pop up over/under sold and be able to take action.

    Any help appreciated.

    Thanking you.

    Jared

    #143419 quote
    robertogozzi
    Moderator
    Master

    There you go:

    MyRSI = Rsi[14](close)
    Ob    = MyRSI >= 70
    Os    = MyRSI <= 30
    x     = 0
    IF Ob THEN
       x = 1
    ELSIF Os THEN
       x = 2
    ENDIF
    SCREENER[x](x AS "1=OB, 2=OS")
    #143722 quote
    Vonasi
    Moderator
    Master

    Theopolis – I have moved your topic to the ProScreener forum which is the correct place for it. Please ensure any future topics are posted in the correct forums.

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

5min RSI Screener


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
Theopolis @theopolis Participant
Summary

This topic contains 2 replies,
has 3 voices, and was last updated by Vonasi
5 years, 6 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 09/05/2020
Status: Active
Attachments: No files
Logo Logo
Loading...