Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 494 Bytes

File metadata and controls

20 lines (13 loc) · 494 Bytes

Percentage Price Oscillator (PPO).


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

Parameters

Parameter Type Description
$values float[]
$fastPeriod int Default 12
$slowPeriod int Default 26
$maType int Default TA_MA_TYPE_SMA

Return Value

array<int,float|null>