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
-
IPersistableICloneable<IIndicator>
- Inherited Members
- Extension Methods
Constructors
FibonacciLevel(decimal)
Initializes a new instance of the FibonacciLevel.
public FibonacciLevel(decimal level)
Parameters
Properties
Level
The retracement level.
public decimal Level { get; }
Property Value
Methods
OnProcess(IIndicatorValue)
To handle the input value.
protected override IIndicatorValue OnProcess(IIndicatorValue input)
Parameters
input
IIndicatorValueThe input value.
Returns
- IIndicatorValue
The resulting value.