Vector Arithmetic Mult
MULT multiplies corresponding elements in two input arrays.
Method
Inputs
Parameter | Argument type | Description | Default Value |
---|---|---|---|
source_high | pd.Series | High prices series | - |
source_low | pd.Series | Low prices series | - |
Outputs
Output | Type |
---|---|
mult | np.ndarray |