Skip to main content

cdlunique3river


CDLUNIQUE3RIVER

Type: cdlunique3river • Category: indicators

Description

Unique 3 River

Parameters

NameTypeDescriptionRequiredDefault
openstringno
highstringno
lowstringno
closestringno
patternstringno"CDLUNIQUE3RIVER"

Help

CDLUNIQUE3RIVER

Overview

The CDLUNIQUE3RIVER indicator is a financial market indicator used to identify a specific pattern in the market.

Description

The Unique 3 River indicator is a technical analysis tool used to detect a particular pattern in financial markets.

What does this worker do?

This worker calculates the Unique 3 River indicator for a given set of financial data, which includes open, high, low, and close prices. The indicator is used to identify a specific pattern that may indicate a potential trading opportunity.

How to interpret the results

The Unique 3 River indicator can be used to identify a bullish or bearish pattern in the market. A bullish pattern is indicated when the indicator is positive, while a bearish pattern is indicated when the indicator is negative. The exact interpretation of the results may vary depending on the specific trading strategy and market conditions.

Parameters

The following parameters are required to calculate the CDLUNIQUE3RIVER indicator:

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": "CDLUNIQUE3RIVER",
"description": "The pattern to be identified (default: CDLUNIQUE3RIVER)"
}
}

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: CDLUNIQUE3RIVER) - The pattern to be identified.

Note that all parameters are required to calculate the CDLUNIQUE3RIVER indicator. The pattern parameter has a default value of CDLUNIQUE3RIVER, which means that it can be omitted if the default pattern is desired.