Highest Function

Finds the highest value in a set of time series data.

Syntax

highest(TimeSeries, Period)

Parameter Description
TimeSeries This can be a node with time series data or another function.
Period The number of data intervals considered in the function. If omitted, the entire data in the past will be used.

Example expression

highest(@node, 10): If the node is configured with a 'Close' series, this will find the highest close value in the last 10 intervals.

Example chart

This chart is a simple example of using the Highest function to track the highest pressure over the previous 48 hours.