Lower High/Higher Low

Forums ProRealTime English forum ProOrder support Lower High/Higher Low

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

    If I want to have the highest high of the last 24 hours, I write it like this in the TF M15:

     

    if time = 090000 then

    myhigh = highest[96](high)

    endif

    But how can I find out a lower high? How is that the code for this?

    lowest[96](high) ?

    #195452
    JS
    2 users thanked author for this post.
    #195457

    Ah, großartig. Vielen Dank.

    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