croisement BB hautes

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #247376 quote
    nooby
    Participant
    New

    Bonjour,

    Je souhaite faire un screener où la Bande de Bollinger haute (20 ; close 2.5 , 0) est au-dessus de la Bander de Bollinger haute (25 ; close 2.5 , 0), en daily, mais je m’emmêle les pinceaux en tentant de le créer… quelqu’un aurait-il la possibilité de m’en créer un avec ces critères? merci d’avance pour votre aide 🙂

    #247377 quote
    nooby
    Participant
    New

    p.s: avec si possible une condition, par exemple “depuis 2 séances”

    #247385 quote
    Iván González
    Moderator
    Master

    Ici tu as:

    //Bollinger 1
    type1=0
    s1=2.5
    p1=20
    avgBol1 = Average[p1,type1](close)
    desv1 = STD[p1](close)
    bbtop1 = avgBol1 + s1 * desv1
    //Bollinger 2
    type2=0
    s2=2.5
    p2=25
    avgBol2 = Average[p2,type2](close)
    desv2 = STD[p2](close)
    bbtop2 = avgBol2 + s2 * desv2
    
    setup=bbtop1 crosses over bbtop2
    bars=barssince(setup)
    
    screener[(bbtop1 > bbtop2) and (bars>=0 and bars<3)]
    
    nooby thanked this post
    #247399 quote
    nooby
    Participant
    New

    super, merci 🙂

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

croisement BB hautes


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
nooby @nooby Participant
Summary

This topic contains 3 replies,
has 2 voices, and was last updated by nooby
9 months, 1 week ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 05/20/2025
Status: Active
Attachments: No files
Logo Logo
Loading...