ezyquant.indicators.ta.TA#

class ezyquant.indicators.ta.TA#

Trend Indicators.

TA.adx(high, low, close[, window, fillna])

Average Directional Movement Index (ADX)

TA.atr(high, low, close[, window, fillna])

Average True Range (ATR)

TA.bb(close[, window, window_dev, fillna])

Bollinger Bands.

TA.cci(high, low, close[, window, constant, ...])

Commodity Channel Index (CCI)

TA.dc(high, low, close[, window, offset, fillna])

Donchian Channel.

TA.ema(close[, window, fillna])

Exponential Moving Average (EMA)

TA.ichimoku(high, low[, window1, window2, ...])

Ichimoku Kinko Hyo (Ichimoku)

TA.kc(high, low, close[, window, ...])

Keltner Channel.

TA.macd(close[, window_slow, window_fast, ...])

Moving Average Convergence Divergence (MACD)

TA.psar(high, low, close[, step, max_step, ...])

Parabolic SAR (Parabolic Stop and Reverse)

TA.roc(close[, window, fillna])

Rate of Change (ROC)

TA.rsi(close[, window, fillna])

Relative Strength Index (RSI)

TA.rsi_divergence(high, low, close[, ...])

Relative Strength Index (RSI) Divergence.

TA.sma(close, window[, fillna])

Simple Moving Average (SMA)

TA.sto(high, low, close[, window, ...])

Stochastic RSI (Stochastic Relative Strength Index)

TA.zigzag(high, low, close[, up_thresh, ...])

Zig Zag.