Table of Contents

Class FibonacciLevel

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

Represents a Fibonacci retracement level.

[IndicatorHidden]
public class FibonacciLevel : BaseIndicator, IIndicator, IPersistable, ICloneable<IIndicator>, ICloneable
Inheritance
FibonacciLevel
Implements
IPersistable
ICloneable<IIndicator>
Inherited Members
Extension Methods

Constructors

FibonacciLevel(decimal)

Initializes a new instance of the FibonacciLevel.

public FibonacciLevel(decimal level)

Parameters

level decimal

Level

Properties

Level

The retracement level.

public decimal Level { get; }

Property Value

decimal

Methods

OnProcess(IIndicatorValue)

To handle the input value.

protected override IIndicatorValue OnProcess(IIndicatorValue input)

Parameters

input IIndicatorValue

The input value.

Returns

IIndicatorValue

The resulting value.