Skip to main content

cdl3whitesoldiers


CDL3WHITESOLDIERS

Type: cdl3whitesoldiers • Category: indicators

Description

Three Advancing White Soldiers

Parameters

NameTypeDescriptionRequiredDefault
openstringno
highstringno
lowstringno
closestringno
patternstringno"CDL3WHITESOLDIERS"

Help

CDL3WHITESOLDIERS

Overview

The CDL3WHITESOLDIERS worker is an indicator used in financial markets to identify a specific bullish pattern.

Description

Three Advancing White Soldiers

The CDL3WHITESOLDIERS worker identifies a bullish pattern known as Three Advancing White Soldiers. This pattern is characterized by three consecutive white (or green) candles with rising prices, indicating a strong upward trend.

What does this worker do?

The CDL3WHITESOLDIERS worker analyzes a set of financial data, specifically open, high, low, and close prices, to detect the Three Advancing White Soldiers pattern. It returns a value indicating whether the pattern is present or not.

How to interpret the results

When the worker returns a positive value, it indicates that the Three Advancing White Soldiers pattern has been identified, suggesting a strong bullish trend. A negative or zero value indicates that the pattern is not present.

Parameters

The following parameters are required to use the CDL3WHITESOLDIERS 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": "CDL3WHITESOLDIERS",
"description": "The pattern to identify (default: CDL3WHITESOLDIERS)"
}
}

Detailed Parameters

  • 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: CDL3WHITESOLDIERS) - The pattern to identify. For this worker, the default value is CDL3WHITESOLDIERS.