運行時配置

這些函數(shù)的行為受 php.ini 中的設(shè)置影響。

Trader 配置選項
名字 默認(rèn) 可修改范圍 更新日志
trader.real_precision 3 PHP_INI_ALL Since trader 0.2.1
trader.real_round_mode HALF_DOWN PHP_INI_ALL Since trader 0.3.0

這是配置指令的簡短說明。

trader.real_precision int

All the values in the returned arrays will be rounded to this precision. However the calculations inside TA-Lib happen with unrounded values.

trader.real_round_mode string

Controls the trader real rounding policy. Valid values are HALF_UP, HALF_DOWN, HALF_EVEN and HALF_ODD. The behaviour is identical to the round() function used with the mode argument.