trader_ht_sine

(PECL trader >= 0.2.0)

trader_ht_sineTransformada de Hilbert - Onda Senoidal

Descrição

trader_ht_sine(array $real): array

Parâmetros

real

Array de valores reais.

Valor Retornado

Retorna um array com os dados calculados ou false em caso de falha.

adicione uma nota

Notas Enviadas por Usuários (em inglês) 2 notes

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

$hts = trader_ht_sine($a['open'],$a['close']);
up
1
phpnet at mediaquest dot nl
7 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