trader_get_unstable_period
PHP Manual
PHP Manual»Trader Funzioni»trader_get_unstable_period

trader_get_unstable_period

(PECL trader >= 0.2.2)

trader_get_unstable_periodGet unstable period

Descrizione

function trader_get_unstable_period(int $functionId): int

Get unstable period factor for a particular function.

Elenco dei parametri

functionId

Function ID the factor to be read for. TRADER_FUNC_UNST_* series of constants should be used.

Valori restituiti

Returns the unstable period factor for the corresponding function.

To Top