Table of Contents

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

string

Samples

Gets the number of samples processed by this indicator

long Samples { get; }

Property Value

long

WarmUpPeriod

Required period, in data points (number of updates), for the indicator to be ready and fully initialized.

int WarmUpPeriod { get; }

Property Value

int