Demande d'aide pour code Indicateur

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15178 quote
    philvm69
    Participant
    Average

    Bonjour Nicolas, je suis débutant et je me retrouve coincé (malgré tes vidéos notamment) avec le problème suivant:

    Je désirerais avoir un indicateur qui puisse me donner un signal d’achat quand:

    1. MACD Zéro Lag (12,26,9) coupe à la hausse son signal dans la zone inférieur à 0 (MACD ZL – Signal est < 0) et,
    2. Bollinger %b coupe à la hausse la ligne des 30 et,
    3. P > MM200

    Voici ce que j’ai trouvé mais je n’arrive pas à mixer le tout.

    Calcul du Bollinger oscillator:

    delta = CLOSE – BOLLINGERDOWN
    width = 4 * STD

    BBO = delta * 100 / width

    Calcul du MACD ZERO LAG
    p= variable macd zerolag
    q= variable signal
    r= variable macd

    z1=DEMA[p](close)
    z2 =dema[q](close)
    e= z1 – z2
    z3=DEMA[r](e)
    f=z3
    g=e-f

    Merci d’avance pour votre aide,

    Bien Cordialement,

    Philippe

    #17829 quote
    Nicolas
    Keymaster
    Master

    Bonjour Philippe, cette demande est-elle toujours à l’ordre du jour ?

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

Demande d'aide pour code Indicateur


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
author-avatar
philvm69 @philvm69 Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
9 years, 2 months ago.

Topic Details
Forum: ProBuilder : Indicateurs & Outils Personnalisés
Language: French
Started: 10/19/2016
Status: Active
Attachments: No files
Logo Logo
Loading...