CDLBELTHOLD
Type:
cdlbelthold
• Category:indicators
Description
Belt-hold
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
open | string | no | ||
high | string | no | ||
low | string | no | ||
close | string | no | ||
pattern | string | no | "CDLBELTHOLD" |
Help
CDLBELTHOLD
Overview
The CDLBELTHOLD indicator is a financial market indicator used to identify specific candlestick patterns.
Description
The CDLBELTHOLD indicator is a type of candlestick pattern indicator. It is used to detect the "Belt-hold" pattern in financial markets.
What does this worker do?
This worker identifies the Belt-hold pattern in a given set of financial data. The Belt-hold pattern is a specific type of candlestick pattern that can be used to predict future market movements.
How to interpret the results
The results of the CDLBELTHOLD indicator can be used to identify potential trading opportunities. A positive result indicates that the Belt-hold pattern has been detected, while a negative result indicates that the pattern was not detected.
Parameters
The following parameters are required to use the CDLBELTHOLD indicator:
Parameters Schema (JSON)
{
"open": {
"type": "string"
},
"high": {
"type": "string"
},
"low": {
"type": "string"
},
"close": {
"type": "string"
},
"pattern": {
"type": "string",
"default": "CDLBELTHOLD"
}
}
Parameters List
- open: string - The opening price of the candlestick.
- high: string - The highest price of the candlestick.
- low: string - The lowest price of the candlestick.
- close: string - The closing price of the candlestick.
- pattern: string - The pattern to detect (default: "CDLBELTHOLD").
Note that the pattern parameter has a default value of "CDLBELTHOLD", which means you don't need to specify it unless you want to use a different pattern. However, in this case, it's recommended to keep the default value to ensure accurate results for the Belt-hold pattern.