Aide pour screener de Stochastic à la hausse

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #108476 quote
    Fozzie
    Participant
    Junior

    Bonjour,
    J’ai trouvé sur la toile ce petit screener qui me donne entière satisfaction, mais je n’arrive pas le convertir pour avoir au lieu de la baisse la hausse.

    // Stochastic à la baisse
    
    indicator1 = CLOSE
    c1 = (indicator1 >= 0.3)
    
    indicator2 = CLOSE
    c2 = (indicator2 <= 35.0)
    
    indicator3 = AVERAGE(VOLUME)
    c3 = (indicator3 >= 50000.0)
    
    indicator1 = Stochastic[34,5](close)
    indicator2 = Average[5](Stochastic[34,5](close))
    c4 = (indicator1 CROSSES UNDER indicator2[1])
    
    indicator3 = Stochastic[34,5](close)
    c5 = (indicator3 >= 50.0)
    
    SCREENER[c1 AND c2 AND c3 AND c4 AND c5] ((close/DClose(1)-1)*100 AS "%VAR" )

    Ce n’est pas faute d’avoir essayé, pas de retour d’erreur mais aucun résultat. J’ai essayé sur les différents marchés sur plusieurs jours mais  rien.

    Le code ci-dessus, marche nickel. J’ai modifié les valeurs par 0.7 et 0.75, mais ce n’est pas ça.

    Merci pour vos lumières.

    Fozzie.

    #108502 quote
    Nicolas
    Keymaster
    Master

    Les questions relatives au screener vont dans le forum ProScreener 🙂 J’ai déplacé le sujet, merci.

    Pour un croisement à la hausse, on utilise l’instruction CROSSES OVER, donc à modifier à la ligne 4.

    #108583 quote
    Fozzie
    Participant
    Junior

    Merci pour ton aide, ça fonctionne nickel chrome. Après avoir eu la solution, c’est évident.

    Merci encore.

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

Aide pour screener de Stochastic à la hausse


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
Fozzie @fozzie Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by Fozzie
6 years, 5 months ago.

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