plus haut annuel

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #213393 quote
    NicolasNicolas
    Keymaster
    Legend

    Version avec le plus bas annuel (à tester):

    If Year<>Year[1] then
     ll = low //mise à zéro du plus haut annuel le jour où on change d'année
    endif
    
    ll=min(ll,low) //comparaison et enregistrement du plus haut à chaque nouvelle barre
    
    //condition booléenne qui teste si le plus haut enregistré de la barre
    //courante est différent de la barre précédente, si oui alors c=1 
    c = ll<>ll[1] 
    
    //test booléen pour savoir si c a été vrai au moins une fois (>0) sur les 
    //8 dernières barres, si oui test=1 (vrai)
    test = summation[8](c)>0
    
    //on screen la variable "test" si elle est vrai
    screener[test] (ll)
Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

plus haut annuel


ProScreener : Scanners de Marché & Détection

New Reply
Author
author-avatar
sally31120 @sally31120 Participant
Summary

This topic contains 15 replies,
has 2 voices, and was last updated by NicolasNicolas
3 years, 5 months ago.

Topic Details
Forum: ProScreener : Scanners de Marché & Détection
Language: French
Started: 07/14/2016
Status: Active
Attachments: No files
ProRealCode ProRealCode
Loading...