Skip to main content

COSH

Type: cosh • Category: indicators

Description

Vector Trigonometric Cosh

Parameters

NameTypeDescriptionRequiredDefault
dataExpstringInput datano

Help

COSH

Description

The COSH worker calculates the hyperbolic cosine of input data. This indicator is commonly used in financial markets to analyze and model various market trends and patterns.

What does this worker do?

The COSH worker takes input data and returns the hyperbolic cosine of that data. The hyperbolic cosine function is a mathematical function that is used to describe the shape of certain curves, and it is often used in technical analysis of financial markets.

How to interpret the results?

The output of the COSH worker represents the hyperbolic cosine of the input data. This value can be used to analyze and identify trends, patterns, and correlations in financial markets.

Parameters

Input Parameters

The following table lists the input parameters for the COSH worker:

ParameterTypeDescription
dataExpstringInput data

Parameters Schema (JSON)

{
"dataExp": {
"type": "string",
"description": "Input data"
}
}

Usage

To use the COSH worker, simply provide the input data as a string in the dataExp parameter. The worker will return the hyperbolic cosine of the input data.

Example:

{
"dataExp": "1.2"
}

This will return the hyperbolic cosine of 1.2.