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
TValueValue 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
indicatorIIndicatorIndicator.
timeDateTimeOffset
PairIndicatorValue(IIndicator, (TValue, TValue), DateTimeOffset)
Initializes a new instance of the PairIndicatorValue<TValue>.
public PairIndicatorValue(IIndicator indicator, (TValue, TValue) value, DateTimeOffset time)
Parameters
indicatorIIndicatorIndicator.
value(TValue, TValue)Value.
timeDateTimeOffset