Functions
Summary
This class contains valuable functions that apply to DataSeries.
Signature
| public static class Functions
|
Namespace
cAlgo.API
Methods
Name | Description |
IsRising | Checks if the last value in a dataseries is greater than the previous. |
IsFalling | Checks if the last value in a dataseries is less than the previous |
Maximum | Finds the maximum value in a dataseries for a given period. |
Minimum | Finds the minimum of a dataseries for a given period. |
HasCrossedAbove | Checks if dataseries1 has crossed above value, sometime within the specified period. |
HasCrossedBelow | Checks if dataseries1 has crossed below the value, sometime within the specified period. |
Sum | Calculates the sum of a dataseries, over the specified period. |
Examples
Last update: March 23, 2023