0-5% BB Inf. BB Weekly et Monthly

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #244175 quote
    BEBERD
    Participant
    New

    bonjour

    encore moi …

    serait-il possible d’avoir un script code, le prix entre 0 et 5% dessus la Bande inférieure Bollinger en Weekly et Monthly …

    merci beaucoup

    cordialement

    ps: pas facile d’étudier la programmation

    #244265 quote
    Iván González
    Moderator
    Master

    Bonjour, vous avez ici :

    timeframe(weekly)
    bbdn=BollingerDown[20](close)
    
    timeframe(default)
    dist=(close/bbdn-1)*100
    
    screener[dist > 0 and dist < 5]
    
    robertogozzi thanked this post
    #244275 quote
    BEBERD
    Participant
    New

    merci beaucoup mais ce n est pas bon

    désolé

    #244291 quote
    robertogozzi
    Moderator
    Master

    Essayez-le avec ces modifications :

    timeframe(weekly)
    bbdnw=BollingerDown[20](close)
    
    timeframe(monthly)
    bbdnm=BollingerDown[20](close)
    
    timeframe(default)
    distw=(close/bbdnw-1)*100
    distm=(close/bbdnm-1)*100
    
    screener[distw > 0 and distw < 5 and distm > 0 and distm < 5]
    #244301 quote
    BEBERD
    Participant
    New

    merci Robert

    ça marche mieux

    cordialement

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

0-5% BB Inf. BB Weekly et Monthly


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
BEBERD @beberd Participant
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by BEBERD
1 year ago.

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