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

Function adx

strategy/indicators.py:163–176  ·  view source on GitHub ↗

Average Directional Index. Returns ``(ADX, +DI, -DI)``.

(
    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 1

generate_signalsMethod · 0.85

Calls 3

_idxFunction · 0.85
to_numpyFunction · 0.85
wrapFunction · 0.85

Tested by

no test coverage detected