ht_sine
HT_SINE
Type:
ht_sine
• Category:indicators
Description
Hilbert Transform - SineWave
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
dataExp | string | List of prices | no |
Help
HT_SINE
Description
The Hilbert Transform - SineWave (HT_SINE) is an indicator used in financial markets to analyze price movements.
Overview
The HT_SINE worker applies the Hilbert Transform to the input price data, generating a SineWave that can be used to identify potential turning points in the market.
What does this worker do?
The HT_SINE worker takes a list of prices as input and calculates the SineWave using the Hilbert Transform. This transform helps to filter out noise and emphasize the cyclical nature of price movements.
How to interpret the results
The output of the HT_SINE worker is a SineWave that oscillates between -1 and 1. The SineWave can be used to:
- Identify potential turning points in the market
- Confirm trends and trend reversals
- Generate buy and sell signals
Parameters
The following parameters are required to run the HT_SINE worker:
Parameters Schema (JSON)
{
"dataExp": {
"type": "string",
"description": "List of prices"
}
}
Parameters List
- dataExp:
- Type: string
- Description: List of prices
- Example: "price1,price2,price3,..."
Usage
To use the HT_SINE worker, simply provide a list of prices as a string, separated by commas. The worker will return the calculated SineWave values.
Note: The actual implementation and usage may vary depending on the specific platform or system integrating this worker.