Alligator

StockSharp.Algo.Indicators

Jacaré.

Herda de: BaseComplexIndicator<IAlligatorValue>

Construtores

Alligator
public Alligator()
alligator = Alligator()

Inicializa uma nova instância do Alligator.

Alligator
public Alligator(AlligatorLine jaw, AlligatorLine teeth, AlligatorLine lips)
alligator = Alligator(jaw, teeth, lips)

Inicializa uma nova instância do Alligator.

jaw
Tubarão.
teeth
Dentes.
lips
Lábios.

Propriedades

Jaw
public AlligatorLine Jaw { get; }
value = alligator.Jaw

Tubarão.

Lips
public AlligatorLine Lips { get; }
value = alligator.Lips

Lábios.

NumValuesToInitialize
public override int NumValuesToInitialize { get; }
value = alligator.NumValuesToInitialize

Número de valores que precisam ser processados para que o indicador inicialize (se IsFormed é igual a ). se não for definido.

Teeth
public AlligatorLine Teeth { get; }
value = alligator.Teeth

Dentes.

Métodos

CalcIsFormed
protected override bool CalcIsFormed()
result = alligator.CalcIsFormed()

Calc IsFormed.

Retorna: IsFormed

CreateValue
protected override IAlligatorValue CreateValue(DateTime time)
result = alligator.CreateValue(time)

Criar.

time
Hora
ToString
public override string ToString()
result = alligator.ToString()

Converter para uma representação de linha.

Retorna: Desempenho de cordas.