TRADER_SET_UNSTABLE_PERIOD(3) 1 TRADER_SET_UNSTABLE_PERIOD(3)
trader_set_unstable_period - Set unstable period
SYNOPSIS
void trader_set_unstable_period (integer $functionId, integer $timePeriod)
DESCRIPTION
Influences unstable period factor for functions, which are sensible to it. More information about unstable periods can be found on the TA-
Lib API documentation page.
PARAMETERS
o $functionId
- Function ID the factor should be set for. TRADER_FUNC_UNST_* constant series can be used to affect the corresponding function.
o $timePeriod
- Unstable period value.
RETURN VALUES
No value is returned.
PHP Documentation Group TRADER_SET_UNSTABLE_PERIOD(3)