MCPcopy Create free account
hub / github.com/TreborNamor/TradingView-Machine-Learning-GUI / bollinger_bands

Function bollinger_bands

strategy/indicators.py:208–219  ·  view source on GitHub ↗

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

Calls 3

_idxFunction · 0.85
to_numpyFunction · 0.85
wrapFunction · 0.85

Tested by

no test coverage detected