GatorOscillatorValue

StockSharp.Algo.Indicators

GatorOscillator indicador de implementação do valor.

Herda de: ComplexIndicatorValue<GatorOscillator>

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

Construtores

GatorOscillatorValue
public GatorOscillatorValue(GatorOscillator indicator, DateTime time)
gatorOscillatorValue = GatorOscillatorValue(indicator, time)

GatorOscillator indicador de implementação do valor.

indicator
O pai GatorOscillator indicador.
time
Tempo associado a este valor indicador.

Propriedades

Histogram1
public decimal? Histogram1 { get; }
value = gatorOscillatorValue.Histogram1

Obtém o valor Histogram1.

Histogram1Value
public IIndicatorValue Histogram1Value { get; }
value = gatorOscillatorValue.Histogram1Value

Obtém o valor Histogram1.

Histogram2
public decimal? Histogram2 { get; }
value = gatorOscillatorValue.Histogram2

Obtém o valor Histogram2.

Histogram2Value
public IIndicatorValue Histogram2Value { get; }
value = gatorOscillatorValue.Histogram2Value

Obtém o valor Histogram2.

Métodos

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

Converter para uma representação de linha.

Retorna: Desempenho de cordas.