Screener bandes de Bollinger, SMI et MACD

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #148093 quote
    Yamoussou
    Participant
    New

    Bonjour cher Nicolas,

    je voudrais ton assistance pour m’aider à coder mon screener dont les éléments sont les suivants:

    5mn

    • Cours >= Bande supérieure de Bollanger ( Période en cours)
    • Cours < Bande supérieure de Bollanger ( Période précédente)
    • cours < Bande supérieure de Bollanger ( Périodes antérieures )
      Trader Dynamic Index
      RSI >= MM20 (tdi)
      RSI >= Ligne 50
      MM20 (tdi) < Ligne 50
      MACD(12,26,9) < Ligne 0

    15 mn

    SMI Baissière  ( Stochastic Momentum Index)

    Je te remercie par avance.

    Cordialement

    #166719 quote
    JC_Bywan
    Moderator
    Master

    Bjr, à tester:

    c1= close crosses over BollingerUp[20](close)
    
    Nbarres=3//nombre de barres sous la boll sup avant le cross
    c2= summation[Nbarres](close<BollingerUp[20](close))=Nbarres
    
    tdi = average[2](rsi[13](close))
    r=RSI[14](close)
    c3= r>=average[20](tdi)
    c4= r>=50
    c5= average[20](tdi)<50
    
    c6= MACD[12,26,9](close)<0
    
    lesmi=SMI[14,3,5](close)
    c7= lesmi<lesmi[3]
    
    SCREENER[c1 and c2 and c3 and c4 and c5 and c6 and c7]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Screener bandes de Bollinger, SMI et MACD


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
Yamoussou @yamoussou Participant
Summary

This topic contains 1 reply,
has 1 voice, and was last updated by JC_Bywan
4 years, 10 months ago.

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