RelativeVigorIndexValue
StockSharp.Algo.Indicators
Aplicación del valor del indicador relativo del índice de Vigor.
Hereda de: ComplexIndicatorValue<RelativeVigorIndex>
Implementa: IRelativeVigorIndexValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
RelativeVigorIndexValue
public RelativeVigorIndexValue(RelativeVigorIndex indicator, DateTime time)
relativeVigorIndexValue = RelativeVigorIndexValue(indicator, time)
Aplicación del valor del indicador relativo del índice de Vigor.
- indicator
- El indicador del índice relativo de Vigor.
- time
- Tiempo asociado con este valor indicador.
Propiedades
Average
public decimal? Average { get; }
value = relativeVigorIndexValue.Average
Consigue el valor promedio.
AverageValue
public IIndicatorValue AverageValue { get; }
value = relativeVigorIndexValue.AverageValue
Consigue el valor promedio.
Signal
public decimal? Signal { get; }
value = relativeVigorIndexValue.Signal
Consigue el valor de la línea de señal.
SignalValue
public IIndicatorValue SignalValue { get; }
value = relativeVigorIndexValue.SignalValue
Consigue el valor de la línea de señal.
Métodos
ToString
public override string ToString()
result = relativeVigorIndexValue.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.