Divergence indicator available

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #216412 quote
    marco7630marco7630
    Participant
    New

    Hello,

    Is there a screener code already available that detects stocks with negative or positive divergence (RSI14)?

     

    gr Marco

    #216414 quote
    JSJS
    Participant
    Master

    Hi,

    Try this one:

     

    C1=DivergenceRSI[14,30,70,20](Close)=1
    C2=DivergenceRSI[14,30,70,20](Close)=-1
    Screener[C1 or C2](DivergenceRSI[14,30,70,20](Close) as "1=BullDiv -1=BearDiv")
    Nicolas thanked this post
Viewing 2 posts - 1 through 2 (of 2 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

Divergence indicator available


ProBuilder: Indicators & Custom Tools

New Reply
Author
author-avatar
marco7630 @marco7630 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by JSJS
3 years, 3 months ago.

Topic Details
Forum: ProBuilder: Indicators & Custom Tools
Language: English
Started: 06/18/2023
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...