Table of Contents

Class Alligator

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

Alligator.

[Display(ResourceType = typeof(LocalizedStrings), Name = "Alligator", Description = "Alligator")]
public class Alligator : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
Alligator
Implements
IPersistable
ICloneable<IIndicator>
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

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

ToString()

public override string ToString()

Returns

string