CakeFest 2024: The Official CakePHP Conference

trader_mama

(PECL trader >= 0.2.0)

trader_mamaMESA Adaptive Moving Average

Descrição

trader_mama(array $real, float $fastLimit = ?, float $slowLimit = ?): array

Parâmetros

real

Array de valores reais.

fastLimit

Limite superior usado no algoritmo adaptativo. Intervalo válido de 0.01 a 0.99.

slowLimit

Limite inferior usado no algoritmo adaptativo. Intervalo válido de 0.01 a 0.99.

Valor Retornado

Returns an array with calculated data or false on failure.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top