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
jawAlligatorLineJaw.
teethAlligatorLineTeeth.
lipsAlligatorLineLips.
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
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
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
CreateValue(DateTimeOffset)
Create AlligatorValue.
protected override AlligatorValue CreateValue(DateTimeOffset time)
  Parameters
timeDateTimeOffset
Returns
ToString()
public override string ToString()