Finds the highest value in a set of time series data.
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. |
highest(@node, 10): If the node is configured with a 'Close' series, this will find the highest close value in the last 10 intervals.
