ParabolicSar

StockSharp.Algo.Indicators

Trend indicator implementation - Parabolic SAR.

Наследует: BaseIndicator

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

ParabolicSar()

Initializes a new instance of the ParabolicSar.

Свойства

Acceleration : decimal

Acceleration factor.

AccelerationMax : decimal

Maximum acceleration factor.

AccelerationStep : decimal

Acceleration factor step.

Методы

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

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

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