command to display highest point of candle, including wick (not highest close)

Forums ProRealTime English forum ProBuilder support command to display highest point of candle, including wick (not highest close)

Viewing 4 posts - 1 through 4 (of 4 total)
  • #188281

    Hi all,

    I was wondering if there is a command that I have overlooked that will display the absolute highest high of all candles over n candles, not just the close. I am currently using highest[n] but this will display the highest close. E.g. 4h candle closes at 1000 but reached 1005 at some point – I would want to “grab” 1005 instead of 1000. I reckon it could be done via lower timeframes but maybe there is a more elegant way that I have missed. Thanks in advance 🙂

    #188282

    Hi,

    myvalue = highest[n](high)

    1 user thanked author for this post.
    #188283

    Try this …

     

    #188285

    Thanks, highest[n](high) worked!

Viewing 4 posts - 1 through 4 (of 4 total)

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