PairIndicatorValue
StockSharp.Algo.Indicators
The value of the indicator, operating with pair ValueTuple.
Inherits: SingleIndicatorValue<ValueTuple<T, T>>
Constructors
PairIndicatorValue
public PairIndicatorValue(IIndicator indicator, ValueTuple<TValue, TValue> value, DateTime time)
pairIndicatorValue = PairIndicatorValue(indicator, value, time)
Initializes a new instance of the PairIndicatorValue.
- indicator
- Indicator.
- value
- Value.
- time
- Time
PairIndicatorValue
public PairIndicatorValue(IIndicator indicator, DateTime time)
pairIndicatorValue = PairIndicatorValue(indicator, time)
Initializes a new instance of the PairIndicatorValue.
- indicator
- Indicator.
- time
- Time