Dutch PHP Conference 2025 - Call For Papers

trader_midprice

(PECL trader >= 0.2.0)

trader_midpriceMidpoint Price over period

Опис

trader_midprice(array $high, array $low, int $timePeriod = ?): array

Параметри

high

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

low

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

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