PHP 8.4.0 RC4 available for testing

Configurações em Execução

O comportamento destas funções é afetado pelas configurações do php.ini.

Trader Opções de Configuração
Nome Padrão Modificável Registro de Alterações
trader.real_precision 3 INI_ALL Since trader 0.2.1
trader.real_round_mode HALF_DOWN INI_ALL Since trader 0.3.0

Aqui está uma breve explicação das diretivas de configuração.

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.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top