FibonacciLevel
StockSharp.Algo.Indicators
Represents a Fibonacci retracement level.
Inherits: BaseIndicator
Constructors
FibonacciLevel
public FibonacciLevel(decimal level)
fibonacciLevel = FibonacciLevel(level)
Represents a Fibonacci retracement level.
- level
- Level
Properties
Methods
OnProcess
protected override IIndicatorValue OnProcess(IIndicatorValue input)
result = fibonacciLevel.OnProcess(input)
To handle the input value.
- input
- The input value.
Returns: The resulting value.