DirectionalIndexValue

StockSharp.Algo.Indicators

DirectionalIndex valor indicador de implementación.

Hereda de: ComplexIndicatorValue<DirectionalIndex>

Implementa: IDirectionalIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable

Constructores

DirectionalIndexValue
public DirectionalIndexValue(DirectionalIndex indicator, DateTime time)
directionalIndexValue = DirectionalIndexValue(indicator, time)

DirectionalIndex valor indicador de implementación.

indicator
El padre DirectionalIndexindicador.
time
Tiempo asociado con este valor indicador.

Propiedades

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

Consigue el valor de Minus.

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

Consigue el valor de Minus.

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

Obtiene el valor Plus.

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

Obtiene el valor Plus.

Métodos

ToString
public override string ToString()
result = directionalIndexValue.ToString()

Convertirse en una representación de línea.

Devuelve: Rendimiento de cuerda.