Class Fractals
- Namespace
- StockSharp.Algo.Indicators
- Assembly
- StockSharp.Algo.dll
Fractals.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Fractals", Description = "Fractals")]
[IndicatorIn(typeof(CandleIndicatorValue))]
public class Fractals : BaseComplexIndicator, IComplexIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
- Inheritance
-
Fractals
- Implements
-
IPersistableICloneable<IIndicator>
- Derived
- Inherited Members
- Extension Methods
Remarks
Constructors
Fractals()
Initializes a new instance of the Fractals.
public Fractals()
Fractals(int, FractalPart, FractalPart)
Initializes a new instance of the Fractals.
public Fractals(int length, FractalPart up, FractalPart down)
Parameters
length
intPeriod length.
up
FractalPartFractal up.
down
FractalPartFractal down.
Properties
Down
Fractal down.
[Browsable(false)]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Down", Description = "FractalDown", GroupName = "General")]
public FractalPart Down { get; }
Property Value
Length
Period length.
[Display(ResourceType = typeof(LocalizedStrings), Name = "Period", Description = "PeriodLength", GroupName = "General")]
public int Length { get; set; }
Property Value
Up
Fractal up.
[Browsable(false)]
[Display(ResourceType = typeof(LocalizedStrings), Name = "Up", Description = "FractalUp", GroupName = "General")]
public FractalPart Up { get; }
Property Value
Methods
ToString()
public override string ToString()