IDirectionalIndexValue

StockSharp.Algo.Indicators

DirectionalIndex indicator value.

Implements: IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Properties

Minus
public decimal? Minus { get; }
value = iDirectionalIndexValue.Minus

Gets the Minus value.

MinusValue
public IIndicatorValue MinusValue { get; }
value = iDirectionalIndexValue.MinusValue

Gets the Minus value.

Plus
public decimal? Plus { get; }
value = iDirectionalIndexValue.Plus

Gets the Plus value.

PlusValue
public IIndicatorValue PlusValue { get; }
value = iDirectionalIndexValue.PlusValue

Gets the Plus value.