CDLLONGLINE
Type:
cdllongline
• Category:indicators
Description
Long Line Candle
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
open | string | no | ||
high | string | no | ||
low | string | no | ||
close | string | no | ||
pattern | string | no | "CDLLONGLINE" |
Help
CDLLONGLINE
Overview
The CDLLONGLINE indicator is used in financial markets to identify Long Line Candle patterns.
Description
The CDLLONGLINE indicator is a type of candlestick pattern indicator. It is used to identify Long Line Candle patterns in financial markets.
What does this worker do?
This worker identifies Long Line Candle patterns based on the provided open, high, low, and close prices. The Long Line Candle pattern is characterized by a long body with little to no wicks.
How to interpret the results?
The results of the CDLLONGLINE indicator can be interpreted as follows:
- A Long Line Candle pattern is identified when the body of the candle is long and there are little to no wicks.
- This pattern can be either bullish or bearish, depending on the color of the candle.
Parameters
The following parameters are required to use the CDLLONGLINE indicator:
Parameters Schema (JSON)
{
"open": {
"type": "string",
"description": "The open price of the candle."
},
"high": {
"type": "string",
"description": "The high price of the candle."
},
"low": {
"type": "string",
"description": "The low price of the candle."
},
"close": {
"type": "string",
"description": "The close price of the candle."
},
"pattern": {
"type": "string",
"default": "CDLLONGLINE",
"description": "The pattern to be identified. Defaults to CDLLONGLINE."
}
}
Parameters List
- open: string - The open price of the candle.
- high: string - The high price of the candle.
- low: string - The low price of the candle.
- close: string - The close price of the candle.
- pattern: string (default: CDLLONGLINE) - The pattern to be identified. Defaults to CDLLONGLINE.