Momentum indicators#

pandas_ta.momentum.ao(high, low[, fast, ...])

Awesome Oscillator (AO)

pandas_ta.momentum.apo(close[, fast, slow, ...])

Absolute Price Oscillator (APO)

pandas_ta.momentum.bias(close[, length, ...])

Bias (BIAS)

pandas_ta.momentum.bop(open_, high, low, close)

Balance of Power (BOP)

pandas_ta.momentum.brar(open_, high, low, close)

BRAR (BRAR)

pandas_ta.momentum.cci(high, low, close[, ...])

Commodity Channel Index (CCI)

pandas_ta.momentum.cfo(close[, length, ...])

Chande Forcast Oscillator (CFO)

pandas_ta.momentum.cg(close[, length, offset])

Center of Gravity (CG)

pandas_ta.momentum.cmo(close[, length, ...])

Chande Momentum Oscillator (CMO)

pandas_ta.momentum.coppock(close[, length, ...])

Coppock Curve (COPC)

pandas_ta.momentum.cti(close[, length, offset])

Correlation Trend Indicator (CTI)

pandas_ta.momentum.dm(high, low[, length, ...])

Directional Movement (DM)

pandas_ta.momentum.er(close[, length, ...])

Efficiency Ratio (ER)

pandas_ta.momentum.eri(high, low, close[, ...])

Elder Ray Index (ERI)

pandas_ta.momentum.fisher(high, low[, ...])

Fisher Transform (FISHT)

pandas_ta.momentum.inertia([close, high, ...])

Inertia (INERTIA)

pandas_ta.momentum.kdj([high, low, close, ...])

KDJ (KDJ)

pandas_ta.momentum.kst(close[, roc1, roc2, ...])

'Know Sure Thing' (KST)

pandas_ta.momentum.macd(close[, fast, slow, ...])

Moving Average Convergence Divergence (MACD)

pandas_ta.momentum.mom(close[, length, ...])

Momentum (MOM)

pandas_ta.momentum.pgo(high, low, close[, ...])

Pretty Good Oscillator (PGO)

pandas_ta.momentum.ppo(close[, fast, slow, ...])

Percentage Price Oscillator (PPO)

pandas_ta.momentum.psl(close[, open_, ...])

Psychological Line (PSL)

pandas_ta.momentum.pvo(volume[, fast, slow, ...])

Percentage Volume Oscillator (PVO)

pandas_ta.momentum.qqe(close[, length, ...])

Quantitative Qualitative Estimation (QQE)

pandas_ta.momentum.roc(close[, length, ...])

Rate of Change (ROC)

pandas_ta.momentum.rsi(close[, length, ...])

Relative Strength Index (RSI)

pandas_ta.momentum.rsx(close[, length, ...])

Relative Strength Xtra (rsx)

pandas_ta.momentum.rvgi(open_, high, low, close)

Relative Vigor Index (RVGI)

pandas_ta.momentum.slope(close[, length, ...])

Slope

pandas_ta.momentum.smi(close[, fast, slow, ...])

SMI Ergodic Indicator (SMI)

pandas_ta.momentum.squeeze(high, low, close)

Squeeze (SQZ)

pandas_ta.momentum.squeeze_pro(high, low, close)

Squeeze PRO(SQZPRO)

pandas_ta.momentum.stc(close[, tclength, ...])

Schaff Trend Cycle (STC)

pandas_ta.momentum.stoch(high, low, close[, ...])

Stochastic (STOCH)

pandas_ta.momentum.stochrsi(close[, length, ...])

Stochastic (STOCHRSI)

pandas_ta.momentum.td_seq(close[, asint, offset])

TD Sequential (TD_SEQ)

pandas_ta.momentum.trix(close[, length, ...])

Trix (TRIX)

pandas_ta.momentum.tsi(close[, fast, slow, ...])

True Strength Index (TSI)

pandas_ta.momentum.uo(high, low, close[, ...])

Ultimate Oscillator (UO)

pandas_ta.momentum.willr(high, low, close[, ...])

William's Percent R (WILLR)