SCREENER CON BOLLINGER % B SOPRA 0

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

    Buon giorno roberto, chiedevo uno screener che estraesse tutti i titoli dove l indicatore Bollinger %B (tarato 20 2 ) su grafici daily passasse lo zero per entrate long. Grazie.

    #162818 quote
    robertogozzi
    Moderator
    Master

    Eccolo:

    Timeframe(Daily)
    // indicatore BB%
    BBperiods    = 20
    BBdeviations = 2
    BBavg        = average[BBperiods,0](close)
    BollUP       = BBavg + ((std[BBperiods](close)) * BBdeviations)
    BollDN       = BBavg - ((std[BBperiods](close)) * BBdeviations)
    BBperCent    = ((close - BollDN)/ (BollUP - BollDN)) * 100
    //
    Risultato    = BBperCent CROSSES OVER 0
    //
    Timeframe(default)
    SCREENER[Risultato]
    #162858 quote
    massimogp
    Participant
    Senior

    Perfetto come sempre grazie mille Roberto buona giornata

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

SCREENER CON BOLLINGER % B SOPRA 0


ProScreener: Scansione Mercati & Screener

New Reply
Author
author-avatar
massimogp @massimogp Participant
Summary

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

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