ChandeKrollStopValue
StockSharp.Algo.Indicators
ChandeKrollStop valor indicador de implementación.
Hereda de: ComplexIndicatorValue<ChandeKrollStop>
Implementa: IChandeKrollStopValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
ChandeKrollStopValue
public ChandeKrollStopValue(ChandeKrollStop indicator, DateTime time)
chandeKrollStopValue = ChandeKrollStopValue(indicator, time)
ChandeKrollStop valor indicador de implementación.
- indicator
- El padre ChandeKrollStopindicador.
- time
- Tiempo asociado con este valor indicador.
Propiedades
Highest
public decimal? Highest { get; }
value = chandeKrollStopValue.Highest
Consigue la línea de parada más alta.
HighestValue
public IIndicatorValue HighestValue { get; }
value = chandeKrollStopValue.HighestValue
Consigue la línea de parada más alta.
Lowest
public decimal? Lowest { get; }
value = chandeKrollStopValue.Lowest
Consigue la línea de parada más baja.
LowestValue
public IIndicatorValue LowestValue { get; }
value = chandeKrollStopValue.LowestValue
Consigue la línea de parada más baja.
Métodos
ToString
public override string ToString()
result = chandeKrollStopValue.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.