trader_ht_sine

(PECL trader >= 0.2.0)

trader_ht_sineHilbert Transform - SineWave

Açıklama

array trader_ht_sine ( array $real )

Değiştirgeler

real

Array of real values.

Dönen Değerler

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