php8.5
Home/ Manual/ trader / functions/ trader_bbands

trader_bbands

PHP function Edit on GitHub ✎

(PECL trader >= 0.2.0)

Bollinger Bands

Description

trader_bbands(array $real, [int $timePeriod], [float $nbDevUp], [float $nbDevDn], [int $mAType]): array

Parameters

real

Real

timePeriod

Period

nbDevUp

Nbdevup

nbDevDn

Nbdevdn

mAType

Type

Return Values

Returns an array with calculated data or false on failure.

Source: reference/trader/functions/trader-bbands.xml · from the official PHP manual (php/doc-en)