BANDWITH E SMA DI RSI

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

    Buona sera Roberto ho costruito questo screener per ingressi potenziali long di fine giornata ma non mi estrae i titoli con il più basso bandwith degii ultimi 126 giorni, puoi correggerlo? grazie mille

    P       = 126                            //Numero di periodi

    c      = lowest[P](bollingerbandwidth[20](close))

    C2 = MONEYFLOWINDEX < 50

    C3 = RSI CROSSES OVER (AVERAGE[5](RSI))

    SCREENER[C AND C2 AND C3]

    #177264 quote
    robertogozzi
    Moderator
    Master

    Eccolo modificato (era errata la linea 2, che ho scomposto indue parti):

    P  = 126                            //Numero di periodi
    b  = bollingerbandwidth[20](close)
    C  = (b = lowest[P](b))
    C2 = MONEYFLOWINDEX < 50
    C3 = RSI CROSSES OVER (AVERAGE[5](RSI))
    SCREENER[C AND C2 AND C3]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

BANDWITH E SMA DI 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, 5 months ago.

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