SCREENER DIVERGENZE RSI

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

    Buona sera Roberto, chiedevo uno screener su grafici daily per entrate long con i seguenti parametri:

    rsi a 8 periodi superiore all rsi di 10 gg prima

    close inferiore al close di 10 gg prima

    penso che i parametri poi si possano cambiare e che possa trovare cosi delle divergenze. grazie

    #189705 quote
    robertogozzi
    Moderator
    Master

    Eccolo:

    MyRSI = Rsi[8](close)
    L1    = MyRSI > MyRSI[10]
    L2    = close < close[10]
    CondL = L1 AND L2
    SCREENER[CondL](MyRSI AS "Rsi")
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

SCREENER DIVERGENZE 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 ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 03/08/2022
Status: Active
Attachments: No files
Logo Logo
Loading...