FORMULA BANDE DI BOLLINGER

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

    Salve, avrei bisogno della formula delle Bande di Bollinger. So che sono presenti nella piattaforma, ma mi servirebbe la formula per apportare alcune modifiche che ho in mente di fare.

    Grazie anticipatamente.

    #99776 quote
    robertogozzi
    Moderator
    Master

    Eccola:

    BBVal  = 20                                             //20   periodi BB
    BBdev  = 2.0                                            //2.0  deviazione BB
    BBavg  = average[BBval,0](close)                        //BB mean (MMS middle line)
    BollUp = BBavg + ((std[BBval](close)) * BBdev)          //BB Upper Band
    BollDn = BBavg - ((std[BBval](close)) * BBdev)          //BB Lower Band
    #99779 quote
    discovery2005
    Participant
    Senior

    Grazie tante Roberto. Ed un ringraziamento a tutti voi che contribuite a rendere davvero speciale questo forum.

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

FORMULA BANDE DI BOLLINGER


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
Summary

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

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 05/31/2019
Status: Active
Attachments: No files
Logo Logo
Loading...