VolumeProfileIndicator
StockSharp.Algo.Indicators
Volume profile.
Inherits: BaseIndicator
Constructors
VolumeProfileIndicator()
Initializes a new instance of the VolumeProfileIndicator.
Properties
UseTotalVolume : bool
To use aggregate volume in calculations (when candles do not contain VolumeProfile).
Methods
OnProcess(IIndicatorValue) : IIndicatorValue
To handle the input value.
- input
- The input value.
Returns: The resulting value.
Reset()
Reset state.