Index of highest value over a specified period
MAXINDEX returns the index of the highest value over a specified period.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source | pd.Series | Input data series | - |
timeperiod | int | Number of periods for the indicator | 30 |
Outputs
Output | Type |
---|---|
maxindex | np.ndarray |