Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 412 Bytes

File metadata and controls

18 lines (11 loc) · 412 Bytes

MACD Fix 12/26 (MACDFIX).


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

Parameters

Parameter Type Description
$values float[]
$signalPeriod int Default 9

Return Value

array{macd: array<int,float|null>, signal: array<int,float|null>, hist: array<int,float|null>}