GatorOscillatorValue
StockSharp.Algo.Indicators
GatorOscillator valor indicador de implementación.
Hereda de: ComplexIndicatorValue<GatorOscillator>
Implementa: IGatorOscillatorValue, IComplexIndicatorValue, IIndicatorValue, IComparable<IIndicatorValue>, IComparable
Constructores
GatorOscillatorValue
public GatorOscillatorValue(GatorOscillator indicator, DateTime time)
gatorOscillatorValue = GatorOscillatorValue(indicator, time)
GatorOscillator valor indicador de implementación.
- indicator
- El padre GatorOscillatorindicador.
- time
- Tiempo asociado con este valor indicador.
Propiedades
Histogram1
public decimal? Histogram1 { get; }
value = gatorOscillatorValue.Histogram1
Obtiene el valor Histogram1.
Histogram1Value
public IIndicatorValue Histogram1Value { get; }
value = gatorOscillatorValue.Histogram1Value
Obtiene el valor Histogram1.
Histogram2
public decimal? Histogram2 { get; }
value = gatorOscillatorValue.Histogram2
Obtiene el valor Histogram2.
Histogram2Value
public IIndicatorValue Histogram2Value { get; }
value = gatorOscillatorValue.Histogram2Value
Obtiene el valor Histogram2.
Métodos
ToString
public override string ToString()
result = gatorOscillatorValue.ToString()
Convertirse en una representación de línea.
Devuelve: Rendimiento de cuerda.