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
Remarks
Initializes a new instance of the DirectionalIndexValue.
Constructors
DirectionalIndexValue(DirectionalIndex, DateTimeOffset)
DirectionalIndex indicator value.
public DirectionalIndexValue(DirectionalIndex indicator, DateTimeOffset time)Parameters
- indicatorDirectionalIndex
- timeDateTimeOffset
Remarks
Initializes a new instance of the DirectionalIndexValue.
Properties
Minus
Gets the Minus value.
[Browsable(false)]
public decimal? Minus { get; }Property Value
MinusValue
Gets the Minus value.
public IIndicatorValue MinusValue { get; }Property Value
Plus
Gets the Plus value.
[Browsable(false)]
public decimal? Plus { get; }Property Value
PlusValue
Gets the Plus value.
public IIndicatorValue PlusValue { get; }Property Value
Methods
ToString()
public override string ToString()