View on GitHub

TA-Lib

Python wrapper for TA-Lib (https://ta-lib.org/).

Download this project as a .zip file Download this project as a tar.gz file

Cycle Indicator Functions

HT_DCPERIOD - Hilbert Transform - Dominant Cycle Period

NOTE: The HT_DCPERIOD function has an unstable period.

real = HT_DCPERIOD(close)

HT_DCPHASE - Hilbert Transform - Dominant Cycle Phase

NOTE: The HT_DCPHASE function has an unstable period.

real = HT_DCPHASE(close)

HT_PHASOR - Hilbert Transform - Phasor Components

NOTE: The HT_PHASOR function has an unstable period.

inphase, quadrature = HT_PHASOR(close)

HT_SINE - Hilbert Transform - SineWave

NOTE: The HT_SINE function has an unstable period.

sine, leadsine = HT_SINE(close)

HT_TRENDMODE - Hilbert Transform - Trend vs Cycle Mode

NOTE: The HT_TRENDMODE function has an unstable period.

integer = HT_TRENDMODE(close)

Documentation Index All Function Groups