screener TIMEFRAME cassure Pivot Mensuel

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #192973 quote
    christophe11560
    Participant
    Senior

    Bonjour à toute la communauté,
    mon code me donne des résultats qui ne correspondent pas à mon souhait.

    Je souhaite trouver des stocks dont la bougie mensuelle chevauche et clôture à la baisse sous le pivot annuel.
    ci dessous mon code de base:

    nota:
    quelques soit la période de scan choisie, le résultat est le même.

    Dans l’attente de vous lire

    #192974 quote
    christophe11560
    Participant
    Senior
    timeframe(DAILY) // DEFAULT
    // CONDITIONS PRIX
    C1=CLOSE>10 AND VOLUME>1000000
    
    timeframe(YEARLY)
    //PIVOT
    PPYEARLY = (high[1]+low[1]+close[1])/3.0
    
    timeframe(MONTHLY)
    // POINT D’ACHAT SHORT:
    CP11=HIGH CROSSES OVER PPYEARLY
    CP12=CLOSE CROSSES UNDER PPYEARLY
    C2=CP11 OR CP12
    
    timeframe(DEFAULT) //DAILY
    
    SCREENER[C1 AND C2]
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

screener TIMEFRAME cassure Pivot Mensuel


ProBuilder : Indicateurs & Outils Personnalisés

New Reply
Author
Summary

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

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