Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 405 Bytes

File metadata and controls

18 lines (11 loc) · 405 Bytes

Indexes of lowest and highest values over a specified period (MINMAXINDEX).


  • Full name: ta_minmaxindex
  • Defined in: ta.stub.php

Parameters

Parameter Type Description
$values float[]
$period int Default 30

Return Value

array{min: array<int,int|null>, max: array<int,int|null>}