trader_ht_sine

(PECL trader >= 0.2.0)

trader_ht_sineHilbert Transform - SineWave

Beschreibung

array trader_ht_sine ( array $real )

Parameter-Liste

real

Array of real values.

Rückgabewerte

Returns an array with calculated data or false on failure.

add a note add a note

User Contributed Notes 1 note

up
0
bitstocoins at gmail dot com
1 year ago
Documentation is missing a value

$hts = trader_ht_sine($a['open'],$a['close']);
To Top