This namespace contains the code related to custom defined functions and other built-in financial indicators.
Classes
| Class | Description |
| ArgumentCollection | Represents a collection of DataSeries objects which participate in a function expression as arguments (data sources). Each FunctionCalculator object has an associated argument collection. |
| FunctionCalculator | Instances of this class can be used for calculation of various mathematical, statistical and financial functions. |
| FunctionException | Thrown when an unexpected error occured in the function calculation |
See Also