Interface IIndicator
- Namespace
- FinanceSharp
- Assembly
- FinanceSharp.dll
Represents an indicator that can receive data updates and emit events when the value of the indicator has changed.
public interface IIndicator : IUpdatable
- Inherited Members
- Extension Methods
Properties
Name
Gets a name for this indicator
string Name { get; }
Property Value
Samples
Gets the number of samples processed by this indicator
long Samples { get; }
Property Value
WarmUpPeriod
Required period, in data points (number of updates), for the indicator to be ready and fully initialized.
int WarmUpPeriod { get; }