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

Function cci

strategy/indicators.py:127–135  ·  view source on GitHub ↗

Commodity Channel Index (CCI) via TA-Lib.

(
    high: pd.Series,
    low: pd.Series,
    close: pd.Series,
    length: int = 14,
)

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
wrapFunction · 0.85
to_numpyFunction · 0.85

Tested by

no test coverage detected