SYNTAX |
Ht_Phasorquadrature( ARRAY close) |
RETURNS |
NUMERIC ARRAY |
DESCRIPTION |
Hilbert Transform - Trend vs Cycle Mode |
ADDITIONAL INFO |
The Hilbert Transform is a technique used to generate inphase and quadrature components of a de-trended real-valued "analytic-like" signal (such as a Price Series) in order to analyze variations of the instantaneous phase and amplitude. HTQuadrature returns the Hilbert Transform generated Quadrature component of the input Price Series. The Quadrature component is used in conjunction with the InPhase component to generate the phase of the analytic signal (using the ArcTan function) at a specific bar or for the entire Price Series. |
EXAMPLE |
Ht_Phasorquadrature(close) |