FibonacciRetracement

StockSharp.Algo.Indicators

Fibonacci Retracement.

Herda de: BaseComplexIndicator<IFibonacciRetracementValue>

Construtores

FibonacciRetracement()

Initializes a new instance of the FibonacciRetracement.

Propriedades

Length : int

Period length.

Levels : FibonacciLevel[]

Fibonacci levels.

Métodos

Load(SettingsStorage)

Load settings.

storage
Settings storage.
OnProcess(IIndicatorValue) : IIndicatorValue

To handle the input value.

input
The input value.

Retorna: The resulting value.

Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.
ToString() : string

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

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