MULT
Type:
mult• Category:indicators
Description
Vector Arithmetic Mult
Parameters
| Name | Type | Description | Required | Default |
|---|---|---|---|---|
real0 | string | First input array | no | |
real1 | string | Second input array | no |
Help
MULT
Vector Arithmetic Mult
Description
The MULT worker is an indicator used in financial analysis to perform vector arithmetic multiplication. It takes two input arrays, real0 and real1, and returns their element-wise product.
What does this worker do?
The MULT worker performs element-wise multiplication of two input arrays, real0 and real1. This means that each element of the output array is the product of the corresponding elements in the input arrays.
How to interpret the results
The output of the MULT worker is an array of the same length as the input arrays, where each element is the product of the corresponding elements in the input arrays. This can be useful in various financial analysis applications, such as:
- Calculating the product of two time series
- Performing element-wise multiplication of two arrays for further analysis
Usage
To use the MULT worker, simply provide two input arrays, real0 and real1, and the worker will return their element-wise product.
Visual Guide
For a visual guide on how to use the MULT worker, please see the following GIFs:
Full GIF
[](https://pub-6c7cc7f707d94ca98153d59a039b9a3d.r2.dev/indicator_full.gif)
Short GIF
[](https://pub-6c7cc7f707d94ca98153d59a039b9a3d.r2.dev/indicator_short.gif)
Additional Information
The MULT worker is a basic building block for more complex financial analysis tasks. It can be used in conjunction with other indicators and workers to perform more advanced calculations.
Parameters
real0: First input arrayreal1: Second input array
Note: The MULT worker assumes that the input arrays have the same length. If the input arrays have different lengths, the worker may not produce the expected results.