Every indicator the SDK ships, and where each one lies.
Real signatures and real defaults from the quantide Python module — not restated definitions. Every page carries the failure modes, because the part worth knowing is when the number is wrong.
Momentum
Relative Strength Index
RSIThe ratio of average gains to average losses over a lookback, scaled to 0–100.
rsi(prices, period: int = 14)Moving Average Convergence Divergence
MACDThe distance between a fast and a slow EMA, plus an EMA of that distance.
macd(prices, fast: int = 12, slow: int = 26, signal: int = 9)