FibonacciRetracement

StockSharp.Algo.Indicators

Fibonacci Retracement.

Наследует: BaseComplexIndicator<IFibonacciRetracementValue>

Конструкторы

FibonacciRetracement()

Initializes a new instance of the FibonacciRetracement.

Свойства

Length : int

Period length.

Levels : FibonacciLevel[]

Fibonacci levels.

Методы

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Возвращает: The resulting value.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

Преобразовать к строковому представлению.

Возвращает: Строковое представление.