View on GitHub

TA-Lib 中文文档

TA-Lib 中文文档:用于 TA-Lib 的 Python 封装(https://ta-lib.org/),每天定时更新。

下载 .zip 文件 下载 tar.gz 文件

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