Class Indicator
- Namespace
- FinanceSharp.Indicators
- Assembly
- FinanceSharp.dll
Represents a type capable of ingesting a piece of data and producing a new piece of data. Indicators can be used to filter and transform data into a new, more informative form.
public abstract class Indicator : IndicatorBase, IIndicator, IUpdatable
- Inheritance
-
Indicator
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Indicator(string)
Initializes a new instance of the Indicator class using the specified name.
protected Indicator(string name)
Parameters
namestringThe name of this indicator