PHP 8.3.4 Released!

trader_ht_sine

(PECL trader >= 0.2.0)

trader_ht_sineHilbert Transform - SineWave

説明

trader_ht_sine(array $real): array

パラメータ

real

実数値の配列。

戻り値

Returns an array with calculated data or false on failure.

add a note

User Contributed Notes 2 notes

up
1
bitstocoins at gmail dot com
8 years ago
Documentation is missing a value

$hts = trader_ht_sine($a['open'],$a['close']);
up
1
phpnet at mediaquest dot nl
6 years ago
This is in the changelog for pecl trader extension version 0.4.1. Previous versions used 2 arguments, now only one (see https://pecl.php.net/package-changelog.php?package=trader&release=0.4.1)
To Top