IDirectionalIndexValue
StockSharp.Algo.Indicators
DirectionalIndex indicator value.
Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Properties
MinusValue
public IIndicatorValue MinusValue { get; }
value = iDirectionalIndexValue.MinusValue
Gets the Minus value.
PlusValue
public IIndicatorValue PlusValue { get; }
value = iDirectionalIndexValue.PlusValue
Gets the Plus value.