indicative.enums#

Classes#

MA_Type

Moving average types.

Module Contents#

class indicative.enums.MA_Type(*args, **kwds)[source]#

Bases: enum.Enum

Inheritance diagram of indicative.enums.MA_Type

Moving average types.

The moving average types supported by the TALib library.

SMA[source]#

The simple moving average.

Type:

MA_Type

EMA[source]#

The exponential moving average.

Type:

MA_Type

WMA[source]#

The weighted moving average.

Type:

MA_Type

DEMA[source]#

The double exponential moving average.

Type:

MA_Type

TEMA[source]#

The triple exponential moving average.

Type:

MA_Type

TRIMA[source]#

The triangular moving average.

Type:

MA_Type

KAMA[source]#

The Kaufman adaptive moving average.

Type:

MA_Type

MAMA[source]#

The MESA adaptive moving average.

Type:

MA_Type

T3[source]#

The triple exponential moving average.

Type:

MA_Type

SMA[source]#
EMA[source]#
WMA[source]#
DEMA[source]#
TEMA[source]#
TRIMA[source]#
KAMA[source]#
MAMA[source]#
T3[source]#