(PECL trader >= 0.2.2)
Set unstable period
void trader_set_unstable_period ( integer $functionId, integer $timePeriod )
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:
functionId
Function ID the factor should be set for. TRADER_FUNC_UNST_* constant series can be used to affect the corresponding function.
timePeriod
Unstable period value.
Returns:
No value is returned.
Please login to continue.