Cycle Indicators
Definition: Calculates the Hilbert transform dominant cycle period for the input time series.
Syntax:
ht_dcperiod()
Arguments: Not Applicable
Return: A time series of values representing the Hilbert transform dominant cycle period for the input time series.
Description: The Hilbert transform dominant cycle period is a measure of the dominant cycle period in the input time series.
Example:
ht_dcperiod_values = ETH.close -> ht_dcperiod()
Definition: Calculates the Hilbert transform dominant cycle phase for the input time series
Syntax:
ht_dcphase()
Arguments: Not Applicable
Return: A time series of values representing the Hilbert transform dominant cycle phase for the input time series.
Description: The Hilbert transform dominant cycle phase is a measure of the phase shift of the dominant cycle in the input time series.
Example:
ht_dcphase_values = ETH.close -> ht_dcphase()
Last modified 29d ago