PHP 7.0.6 Released

trader_ht_sine

(PECL trader >= 0.2.0)

trader_ht_sineHilbert Transform - SineWave

Description

array trader_ht_sine ( array $real )

Parameters

real

Array of real values.

Return Values

Returns an array with calculated data or false on failure.

User Contributed Notes

bitstocoins at gmail dot com
11 months ago
Documentation is missing a value

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