Abbreviation: Max
Category: Basic
Input Parameters:
Name | Range | Default |
Time Series | Close | |
Window Size | Int >= 1 | 5 |
Calculation:
The maximum of the set containing the current Time Series value and past n-1 Time Series values
where
n = Window Size
Discussion:
Computes the maximum time series value over the last n periods.