Indexes of lowest and highest values over a specified period (MINMAXINDEX).
- Full name:
ta_minmaxindex - Defined in:
ta.stub.php
| Parameter | Type | Description |
|---|---|---|
$values |
float[] | |
$period |
int | Default 30 |
array{min: array<int,int|null>, max: array<int,int|null>}