PROSCREENER RSI A 2 MENSILE

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

    Buon giorno Roberto e buone feste, chiedevo se possibile un proscreener che mi estragga i titoli che sono in ipervenduto/ipercomprato (livelli 97 ; 3)  in base a un RSI a 2 periodi mensile (come da (allegato) quindi da verificare ogni fine mese. Se poi si potesse estrarre quando la SMA a 2 periodi dell RSI a 2 periodi mensile fosse sui livelli (97 ; 3) sarebbe il massimo. Grazie mille.

    #115558 quote
    robertogozzi
    Moderator
    Master

    Non vedo allegati.

    Ad ogni modo non ce n’è bisogno. Quindi sia l’RSI2 che la sua SMA2 devono essere entrambi in ipervenduto o ipercomprato?

    #115559 quote
    robertogozzi
    Moderator
    Master

    Una precisazione, ProScreener NON supporta il time frame mensile, si può ovviare usando 4 periodi settimanali per ogni periodo mensile.

    Nel tuo caso un RSI8 sul settimanale.

    Non è esattamente la stessa cosa, ma è l’unica possibilità che mi viene in mente.

    #115562 quote
    robertogozzi
    Moderator
    Master

    Prova questo:

    TIMEFRAME(Weekly)
    MyRsi = rsi[8](close)
    MySma = average[8,0](MyRsi)
    TIMEFRAME(default)
    x = 0
    If MyRsi >= 97 and MySma >= 97 then
       x = 1
    ElsIf MyRsi <= 3 and MySma <= 3 then
       x = 2
    Endif
    Screener [x] (x AS "1=↑, 2=↓")
    #115842 quote
    massimogp
    Participant
    Senior

    Perfetto Roberto, grazie mille e perdona il ritardo nella risposta. Sei un grande come sempre.

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

PROSCREENER RSI A 2 MENSILE


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

This topic contains 4 replies,
has 2 voices, and was last updated by massimogp
6 years, 2 months ago.

Topic Details
Forum: ProScreener: Scansione Mercati & Screener
Language: Italian
Started: 12/29/2019
Status: Active
Attachments: No files
Logo Logo
Loading...