[][src]Module ta::indicators

Structs

AverageTrueRange

Average true range (ATR).

BollingerBands

A Bollinger Bands (BB). (BB). It is a type of infinite impulse response filter that calculates Bollinger Bands using Exponential Moving Average. The Bollinger Bands are represented by Average EMA and standard deviaton that is moved 'k' times away in both directions from calculated average value.

BollingerBandsOutput
EfficiencyRatio

Kaufman's Efficiency Ratio (ER).

ExponentialMovingAverage

An exponential moving average (EMA), also known as an exponentially weighted moving average (EWMA).

FastStochastic

Fast stochastic oscillator.

Maximum

Returns the highest value in a given time frame.

Minimum

Returns the lowest value in a given time frame.

MoneyFlowIndex

Money Flow Index (MFI).

MovingAverageConvergenceDivergence

Moving average converge divergence (MACD).

OnBalanceVolume

On Balance Volume (OBV).

RateOfChange

Rate of Change (ROC)

RelativeStrengthIndex

The relative strength index (RSI).

SimpleMovingAverage

Simple moving average (SMA).

SlowStochastic

Slow stochastic oscillator.

StandardDeviation

Standard deviation (SD).

TrueRange

The range of a day's trading is simply high - low. The true range extends it to yesterday's closing price if it was outside of today's range.