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

Function aroon

strategy/indicators.py:178–186  ·  view source on GitHub ↗

Aroon indicator via TA-Lib. Returns (aroon_down, aroon_up).

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

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