RSI Screener

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4012 quote
    HockeytraderHockeytrader
    Participant
    Junior

    Hello. I want to build a screener that shows which stocks or indices that crossing level 50 on a period 7 RSI. Any thoughts on how to build that?

    #4036 quote
    NicolasNicolas
    Keymaster
    Legend

    Hello Hockeytrader,

    With ProScreener, your request is very easy to code, the prorealtime code below test if RSI crosses above the 50 mid level and also crosses under it :

    i1 = RSI[7](close)
    
    c1 = i1 crosses under 50
    c2 = i1 crosses over 50
    
    SCREENER [c1 or c2]
    RSI-cross.png RSI-cross.png
    #5155 quote
    HockeytraderHockeytrader
    Participant
    Junior

    Thank you Nicolas! I’m still learning code while still doing manual trading.

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

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

RSI Screener


ProScreener: Market Scanners & Detection

New Reply
Author
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by HockeytraderHockeytrader
10 years, 5 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 03/20/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...