SCREENER CON DMI OBV E RSI

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #168576 quote
    massimogp
    Participant
    Senior

    Buon giorno chiedevo uno screener su grafici daily, per monitorare entrate long, che estragga titoli che hanno i seguenti parametri:

    sul DMI la linea verde deve essere sopra la linea rossa

    l On Balance Volume deve essere sopra la sua SMA100

    l RSI tarato a 5 periodi deve essere sotto 15

    Grazie.

    #168706 quote
    robertogozzi
    Moderator
    Master

    Eccolo:

    MyDIplus  = DIplus[14](close)
    MyDIminus = DIminus[14](close)
    MyOBV     = OBV(close)
    OBVavg    = Average[100,0](MyOBV)
    MyRSI     = Rsi[5](close)
    c1        = MyDIplus > MyDIminus
    c2        = MyOBV > OBVavg
    c3        = MYRSI < 15
    Cond      = c1 AND c2 AND c3
    SCREENER[Cond]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

SCREENER CON DMI OBV E RSI


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by robertogozzi
4 years, 10 months ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 05/02/2021
Status: Active
Attachments: No files
Logo Logo
Loading...