Skip to main content

cdlmathold


CDLMATHOLD

Type: cdlmathold • Category: indicators

Description

Mat Hold

Parameters

NameTypeDescriptionRequiredDefault
openstringno
highstringno
lowstringno
closestringno
patternstringno"CDLMATHOLD"

Help

CDLMATHOLD

Mat Hold

Description

The CDLMATHOLD worker is an indicator used in financial markets to identify a specific candlestick pattern known as the "Mat Hold" pattern. This pattern is a continuation pattern that suggests the current trend will continue.

What does this worker do?

The CDLMATHOLD worker analyzes candlestick data and identifies occurrences of the Mat Hold pattern. The Mat Hold pattern is characterized by a specific sequence of candlesticks that indicate a strong continuation of the existing trend.

How to interpret the results

When the CDLMATHOLD worker identifies a Mat Hold pattern, it can be interpreted as a bullish or bearish signal, depending on the trend direction. A bullish Mat Hold pattern indicates a potential upward trend continuation, while a bearish Mat Hold pattern suggests a potential downward trend continuation.

Parameters

The following parameters can be passed to the CDLMATHOLD worker:

ParameterTypeDescriptionDefault Value
openstringThe opening price of the candlestick.-
highstringThe highest price of the candlestick.-
lowstringThe lowest price of the candlestick.-
closestringThe closing price of the candlestick.-
patternstringThe pattern to be identified (fixed as "CDLMATHOLD").CDLMATHOLD

Note: The pattern parameter is optional and defaults to "CDLMATHOLD". It is not necessary to specify it when using the worker.

Example usage:

{
"open": "10.0",
"high": "12.0",
"low": "9.0",
"close": "11.0",
"pattern": "CDLMATHOLD"
}