Screnner simple moyenne mobiles

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #192774 quote
    PRC_2021
    Participant
    Average

    Bonjour,

     

    Voici un screnner simple avec des moyennes mobiles. Mais j’ai un problème dans le résultat. Un résultat (la paire EURAUD) ressort alors qu’il ne devrait pas car en H4, la M100 est sup à la M200.

    Pouvez vous m’aider ?

    timeframe (4 hours)
    ME200 = ExponentialAverage[200]
    ME100 = ExponentialAverage[100]
    //ME50 = ExponentialAverage[50](close)
    //ME20 = ExponentialAverage[20](close)
    
    
    c1 = (ME200 > ME100)
    
    //cond2 = (ME200 => ME100) and (ME100 => ME50) and (ME50 => ME20)
    
    
    
    //if cond1 then
    //x = 1
    //ELSIF cond2 then
    //x = 2
    //endif
    
    
    SCREENER[c1]//(x as "1 = ACHAT , 2 = VENTE")

    Merci d’avance.

    Sans-titre.png Sans-titre.png
    #192802 quote
    Nicolas
    Keymaster
    Master

    Es-tu sûr de comparer avec des EMA sur ton graphique et pas avec un autre type de moyenne mobile ?

    PRC_2021 thanked this post
    #192962 quote
    PRC_2021
    Participant
    Average

    Oui tu as raison Merci. Des fois on cherche pendant des heures alors que la solution est simple 🙂

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

Screnner simple moyenne mobiles


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
PRC_2021 @manu35250 Participant
Summary

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

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