Table of Contents

Class Alligator

Namespace
StockSharp.Algo.Indicators
Assembly
StockSharp.Algo.dll

Alligator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Alligator", Description = "Alligator")]
[Doc("topics/api/indicators/list_of_indicators/alligator.html")]
[IndicatorOut(typeof(AlligatorValue))]
public class Alligator : BaseComplexIndicator<AlligatorValue>, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Alligator
Implements
Derived
Inherited Members
Extension Methods

Remarks

Constructors

Alligator()

Initializes a new instance of the Alligator.

public Alligator()

Alligator(AlligatorLine, AlligatorLine, AlligatorLine)

Initializes a new instance of the Alligator.

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

Parameters

jaw AlligatorLine

Jaw.

teeth AlligatorLine

Teeth.

lips AlligatorLine

Lips.

Properties

Jaw

Jaw.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Jaw", Description = "Jaw", GroupName = "General")]
public AlligatorLine Jaw { get; }

Property Value

AlligatorLine

Lips

Lips.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Lips", Description = "Lips", GroupName = "General")]
public AlligatorLine Lips { get; }

Property Value

AlligatorLine

NumValuesToInitialize

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

public override int NumValuesToInitialize { get; }

Property Value

int

Teeth

Teeth.

[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Teeth", Description = "Teeth", GroupName = "General")]
public AlligatorLine Teeth { get; }

Property Value

AlligatorLine

Methods

CalcIsFormed()

Calc IsFormed.

protected override bool CalcIsFormed()

Returns

bool

IsFormed

CreateValue(DateTimeOffset)

protected override AlligatorValue CreateValue(DateTimeOffset time)

Parameters

time DateTimeOffset

Time

Returns

AlligatorValue

AlligatorValue

ToString()

public override string ToString()

Returns

string