cdlconcealbabyswall
CDLCONCEALBABYSWALL
Type:
cdlconcealbabyswall
• Category:indicators
Description
Concealing Baby Swallow
Parameters
Name | Type | Description | Required | Default |
---|---|---|---|---|
open | string | no | ||
high | string | no | ||
low | string | no | ||
close | string | no | ||
pattern | string | no | "CDLCONCEALBABYSWALL" |
Help
CDLCONCEALBABYSWALL
Overview
The CDLCONCEALBABYSWALL indicator is a financial market indicator used to identify specific candlestick patterns.
Description
The Concealing Baby Swallow is a candlestick pattern indicator. It is used to identify a specific pattern where a bullish or bearish trend is reversed.
What does this worker do?
This worker calculates the Concealing Baby Swallow indicator for a given set of financial data. It takes in open, high, low, and close prices as input and returns a value indicating whether the Concealing Baby Swallow pattern is present.
How to interpret the results
The worker returns a value that indicates the presence or absence of the Concealing Baby Swallow pattern. A value of true
indicates that the pattern is present, while a value of false
indicates that it is not.
Parameters
The following parameters can be passed to the worker:
Parameters Schema (JSON)
{
"open": {
"type": "string",
"description": "The open price of the financial instrument"
},
"high": {
"type": "string",
"description": "The high price of the financial instrument"
},
"low": {
"type": "string",
"description": "The low price of the financial instrument"
},
"close": {
"type": "string",
"description": "The close price of the financial instrument"
},
"pattern": {
"type": "string",
"default": "CDLCONCEALBABYSWALL",
"description": "The pattern to be identified (default: CDLCONCEALBABYSWALL)"
}
}
Detailed Parameters List
- open: string - The open price of the financial instrument.
- high: string - The high price of the financial instrument.
- low: string - The low price of the financial instrument.
- close: string - The close price of the financial instrument.
- pattern: string (default:
CDLCONCEALBABYSWALL
) - The pattern to be identified.
Usage
To use this worker, simply pass in the required parameters (open, high, low, close) and optionally the pattern parameter. The worker will return a value indicating whether the Concealing Baby Swallow pattern is present.