Class DirectionalIndexValue
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
DirectionalIndex indicator value.
public class DirectionalIndexValue : ComplexIndicatorValue<DirectionalIndex>, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
- Inheritance
-
DirectionalIndexValue
- Implements
- Inherited Members
- Extension Methods
Constructors
DirectionalIndexValue(DirectionalIndex, DateTimeOffset)
Initializes a new instance of the DirectionalIndexValue.
public DirectionalIndexValue(DirectionalIndex indicator, DateTimeOffset time)
Parameters
indicator
DirectionalIndextime
DateTimeOffset
Properties
Minus
Gets the Minus value.
public decimal Minus { get; }
Property Value
Plus
Gets the Plus value.
public decimal Plus { get; }