Screener Hammer UP

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #35609 quote
    supertiti
    Participant
    Master

    Bonjour à tous,

    J’aimerais faire un screener sur la base d’un marteau qui apparait après une série de 6 ou 7 jours de trend baissier

    j’ai fais cela mais les résultats donnent du n’importe quoi ! quelqu’un aurait-il une idée d’où vient l’erreur ou si j’ai tout faux ?!

    Bons trades

    // SCREENER HAMMER UP
    
    Marteau = close>open AND high=close AND (open-low)>=3*(close-open)
    IF Marteau THEN
    structure=1
    ELSE
    structure=0
    ENDIF
    
    C1 = close[6]<close[7] and close[5]<close[6] and close[4]<close[5] and close[3]<close[4] and close[2]<close[3] and close[1]<close[2]
    C2 = structure
    
    SCREENER ( c1 and c2 )
    
    #35688 quote
    Nicolas
    Keymaster
    Master

    En modifiant la ligne 13 avec les crochets, ça devrait fonctionner bien mieux 😉

    SCREENER [ c1 and c2 ]
    #35704 quote
    supertiti
    Participant
    Master

    Oups !!! je fais toujours les mêmes !!!

    pas de résultats aujourd’hui , je verrai dans les prochains jours si ça marche.

    merci

    Bonne journée

    #35712 quote
    supertiti
    Participant
    Master

    dernier code en date revu et corrigé , pour la hauteur de la mèche chacun met l’amplitude qu’il souhaite.

    // SCREENER HAMMER UP
    
    Marteau = close>open AND high=close AND (open-low)>=5*(close-open)
    IF Marteau THEN
    structure=1
    ELSE
    structure=0
    ENDIF
    
    C1 = close[6]<=close[7] and close[5]<=close[6] and close[4]<=close[5] and close[3]<=close[4] and close[2]<=close[3] and close[1]<=close[2]
    C2 = structure
    
    SCREENER [ c1 and c2 ]
    
    #35715 quote
    GraHal
    Participant
    Master

    Thank you supertiti, I’ve got it running.

    Would it be a good idea to have a Hammer Down / Hanging Man in the same Screener?

    Cheers
    GraHal

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

Screener Hammer UP


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
supertiti @supertiti Participant
Summary

This topic contains 4 replies,
has 3 voices, and was last updated by GraHal
8 years, 9 months ago.

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