| pandas_ta.trend.adx(high, low, close[, ...])
 | Average Directional Movement (ADX) | 
| pandas_ta.trend.amat([close, fast, slow, ...])
 | Indicator: Archer Moving Averages Trends (AMAT) | 
| pandas_ta.trend.aroon(high, low[, length, ...])
 | Aroon & Aroon Oscillator (AROON) | 
| pandas_ta.trend.chop(high, low, close[, ...])
 | Choppiness Index (CHOP) | 
| pandas_ta.trend.cksp(high, low, close[, p, ...])
 | Chande Kroll Stop (CKSP) | 
| pandas_ta.trend.decay(close[, kind, length, ...])
 | Decay | 
| pandas_ta.trend.decreasing(close[, length, ...])
 | Decreasing | 
| pandas_ta.trend.dpo(close[, length, ...])
 | Detrend Price Oscillator (DPO) | 
| pandas_ta.trend.increasing(close[, length, ...])
 | Increasing | 
| pandas_ta.trend.long_run(fast, slow[, ...])
 | Indicator: Long Run | 
| pandas_ta.trend.psar(high, low[, close, ...])
 | Parabolic Stop and Reverse (psar) | 
| pandas_ta.trend.qstick(open_, close[, ...])
 | Q Stick | 
| pandas_ta.trend.short_run(fast, slow[, ...])
 | Indicator: Short Run | 
| pandas_ta.trend.tsignals(trend[, asbool, ...])
 | Trend Signals | 
| pandas_ta.trend.ttm_trend(high, low, close)
 | TTM Trend (TTM_TRND) | 
| pandas_ta.trend.vhf(close[, length, drift, ...])
 | Vertical Horizontal Filter (VHF) | 
| pandas_ta.trend.vortex(high, low, close[, ...])
 | Vortex | 
| pandas_ta.trend.xsignals(signal, xa, xb[, ...])
 | Cross Signals (XSIGNALS) |