VortexIndicatorValue
StockSharp.Algo.Indicators
Vortex Indicador de implementación de valor.
Hereda de: ComplexIndicatorValue<VortexIndicator>
Implementa: IVortexIndicatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
VortexIndicatorValue
public VortexIndicatorValue(VortexIndicator indicator, DateTime time)
vortexIndicatorValue = VortexIndicatorValue(indicator, time)
Vortex Indicador de implementación de valor.
- indicator
- El indicador de Vortex padre.
- time
- Tiempo asociado con este valor indicador.
Propiedades
MinusVi
public decimal? MinusVi { get; }
value = vortexIndicatorValue.MinusVi
Consigue el valor MinusVi.
MinusViValue
public IIndicatorValue MinusViValue { get; }
value = vortexIndicatorValue.MinusViValue
Consigue el valor MinusVi.
PlusVi
public decimal? PlusVi { get; }
value = vortexIndicatorValue.PlusVi
Consigue el valor PlusVi.
PlusViValue
public IIndicatorValue PlusViValue { get; }
value = vortexIndicatorValue.PlusViValue
Consigue el valor PlusVi.
Métodos
ToString
public override string ToString()
result = vortexIndicatorValue.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.