trader_mfi

(PECL trader >= 0.2.0)

trader_mfiMoney Flow Index

Опис

trader_mfi(
    array $high,
    array $low,
    array $close,
    array $volume,
    int $timePeriod = ?
): array

Параметри

high

Найвища ціна, масив дійсних значень.

low

Найнижча ціна, масив дійсних значень.

close

Ціна під час закриття, масив дійсних значень.

volume

Обсяг торгів, масив дійсних значень.

timePeriod

Число періоду. Допустимі значення від 2 до 100000.

Значення, що повертаються

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