Lowest Low and Date/Timestamp

Forums ProRealTime English forum ProOrder support Lowest Low and Date/Timestamp

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

    I am looking for a code snippet to identify the lowest low over a specific period – let’s say 200 bars and the function should return following 3 values:

    the value of the low candle

    the date when the low occured in format YYYYMMDD

    the time when the low occured in format HHMMSS

    has anybody already coded this or a hint, how to do this smart?

    many thanks in advance

     

    #60241

    after having RTFM i coded following

     

    works for the moment. as I need to identify the low of the day with date/timestamp.

    if you have a smarter way, share it.

    2 users thanked author for this post.
    #60248

    There is no built-in instruction to find it, and you did it the good way. For future readers, we should say that your code snippet is made to identify the timestamp of the lowest bar in an intraday timeframe.

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