Table of Contents

Class PairIndicatorValue<TValue>

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.BusinessEntities.dll

The value of the indicator, operating with pair .

public class PairIndicatorValue<TValue> : SingleIndicatorValue<(TValue, TValue)>, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Type Parameters

TValue

Value type.

Inheritance
SingleIndicatorValue<(TValue, TValue)>
PairIndicatorValue<TValue>
Implements
Inherited Members
Extension Methods

Constructors

PairIndicatorValue(IIndicator, DateTimeOffset)

Initializes a new instance of the PairIndicatorValue<TValue>.

public PairIndicatorValue(IIndicator indicator, DateTimeOffset time)

Parameters

indicator IIndicator

Indicator.

time DateTimeOffset

Time

PairIndicatorValue(IIndicator, (TValue, TValue), DateTimeOffset)

Initializes a new instance of the PairIndicatorValue<TValue>.

public PairIndicatorValue(IIndicator indicator, (TValue, TValue) value, DateTimeOffset time)

Parameters

indicator IIndicator

Indicator.

value (TValue, TValue)

Value.

time DateTimeOffset

Time