trader_ht_phasor
(PECL trader >= 0.2.0)
trader_ht_phasor — Hilbert Transform - Phasor Components
パラメータ
real
-
実数値の配列。
戻り値
Returns an array with calculated data or false on failure.
+add a note
User Contributed Notes 1 note
bitstocoins at gmail dot com ¶
9 years ago
trader_ht_phasor is documented to take only one value
it requires exactly 2 parameters to operate properly
example is
$htpa = trader_ht_phasor($a['open'],$a['close']);