VolumeProfileIndicator

StockSharp.Algo.Indicators

Volume profile.

继承自: BaseIndicator

构造函数

VolumeProfileIndicator()

Initializes a new instance of the VolumeProfileIndicator.

属性

Step : decimal

The grouping increment.

UseTotalVolume : bool

To use aggregate volume in calculations (when candles do not contain VolumeProfile).

方法

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

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

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