FractalPart
StockSharp.Algo.Indicators
Part Fractals.
Inherits: DecimalLengthIndicator
Constructors
Properties
Length
public override int Length { get; set; }
value = fractalPart.Length
fractalPart.Length = value
Period length. By default equal to 1.
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = fractalPart.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset
public override void Reset()
fractalPart.Reset()
To reset the indicator status to initial. The method is called each time when initial settings are changed (for example, the length of period).
ToString
public override string ToString()
result = fractalPart.ToString()
Преобразовать к строковому представлению.
Returns: Строковое представление.