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
-
IPersistableICloneable<IIndicator>
- 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
AlligatorLineJaw.
teeth
AlligatorLineTeeth.
lips
AlligatorLineLips.
Properties
Jaw
Jaw.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Jaw", Description = "Jaw", GroupName = "General")]
public AlligatorLine Jaw { get; }
Property Value
Lips
Lips.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Lips", Description = "Lips", GroupName = "General")]
public AlligatorLine Lips { get; }
Property Value
Teeth
Teeth.
[TypeConverter(typeof(ExpandableObjectConverter))]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Teeth", Description = "Teeth", GroupName = "General")]
public AlligatorLine Teeth { get; }
Property Value
Methods
CalcIsFormed()
Calc IsFormed.
protected override bool CalcIsFormed()
Returns
ToString()
public override string ToString()