Alligator

StockSharp.Algo.Indicators

Alligator.

Inherits: BaseComplexIndicator<IAlligatorValue>

Constructors

Alligator
public Alligator()
alligator = Alligator()

Initializes a new instance of the Alligator.

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

Initializes a new instance of the Alligator.

jaw
Jaw.
teeth
Teeth.
lips
Lips.

Properties

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

Jaw.

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

Lips.

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

Number of values that need to be processed in order for the indicator to initialize (be IsFormed equals ). if undefined.

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

Teeth.

Methods

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

Calc IsFormed.

Returns: IsFormed

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

Create .

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

Преобразовать к строковому представлению.

Returns: Строковое представление.