Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18229 программистов и 1679 роботов. Сейчас ищут 712 программистов ...
Настройка во время выполнения
Вернуться к: Установка и настройка
Поведение этих функций зависит от установок в php.ini.
Имя | По умолчанию | Меняемо | Список изменений |
---|---|---|---|
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
integer -
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.
Вернуться к: Установка и настройка