Alligator
StockSharp.Algo.Indicators
Alligator.
Inherits: BaseComplexIndicator<IAlligatorValue>
Constructors
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
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.
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: Строковое представление.