Skip to main content

ht_phasor


HT_PHASOR

Type: ht_phasor • Category: indicators

Description

Hilbert Transform - Phasor Components

Parameters

NameTypeDescriptionRequiredDefault
dataExpstringPrice listno

Help

HT_PHASOR

Description

The Hilbert Transform - Phasor Components (HT_PHASOR) is an indicator used in financial markets to analyze price movements. This worker provides a mathematical representation of price action, allowing for the identification of cyclical patterns and trends.

What does this worker do?

The HT_PHASOR worker applies the Hilbert Transform to the input price data, generating phasor components that can be used to identify dominant cycles and trends in the market. This information can be valuable for traders and analysts seeking to understand market dynamics.

How to interpret the results

The output of the HT_PHASOR worker provides a complex representation of the input price data, consisting of phasor components that can be interpreted as follows:

  • The real part of the phasor represents the in-phase component of the price action.
  • The imaginary part of the phasor represents the quadrature component of the price action.

By analyzing these components, users can gain insights into the cyclical nature of the market and make more informed trading decisions.

Parameters

The following parameters are required to configure the HT_PHASOR worker:

dataExp

  • Type: string
  • Description: Price list

Example usage:

{
"dataExp": "price_data"
}

In this example, price_data represents the input price list that will be used to calculate the phasor components.

Note that the dataExp parameter should be a string representing the price data to be used in the calculation. The specific format and requirements for this parameter may vary depending on the implementation and the specific use case.