Home/Dovee/Function reference

bblower

Bollinger lower band

Reference/Bands & channels/Function

bblower(source, length, mult)

SMA minus multiplier × standard deviation. Same arguments as bbupper.

Parameters

NameTypeDescription
sourceoptionalseries
default close
Series to use. Omit it when the first argument is a number — ema(9) means ema(close, 9).
lengthint
default 20
Lookback in bars. Default 20.
multoptionalfloat
default 2
Width in standard deviations.

Return value

series

Short form: if the first argument is a number, Dovee uses close as the source.

Example

when close crosses below bblower(20) then buy

See also