trader_t3

(PECL trader >= 0.2.0)

trader_t3Triple Exponential Moving Average (T3)

Opis

trader_t3 ( array $real [, int $timePeriod [, float $vFactor ]] ) : array

Parametry

real

Tablica wartości zmiennoprzecinkowych.

timePeriod

Numer okresu. Wartość z zakresu od 2 do 100000.

vFactor

Współczynnik wolumenu. Wartość z zakresu od 1 do 0.

Zwracane wartości

Returns an array with calculated data or false on failure.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top