Function
bollinger_bands
Bollinger Bands. Returns ``(upper, middle, lower)``.
(
values: pd.Series,
length: int = 20,
std_dev: float = 2.0,
)
Source from the content-addressed store, hash-verified
source not stored for this graph (policy: none)
Callers
nothing calls this directly
Tested by
no test coverage detected