Min/Max sur un intervalle ?

Forums ProRealTime forum Français Support plateforme ProRealTime Min/Max sur un intervalle ?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #250875

    Existe-t-il une méthode (élégante si possible) pour calculer un Min/Max, p ex sur les 20 derniers cours de clôture ?

    #250882
    JS

    Cette méthode est incroyablement élégante… 😉

    MaxClose=Highest[20](Close)

    MinClose=Lowest[20](Close)

    Ou

    HH=Highest[20](High)

    LL=Lowest[20(Low)

    2 users thanked author for this post.
    #250898

    Merci !

    1 user thanked author for this post.
    avatar JS
Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login