MaxShortPositionParameter

StockSharp.Algo.Statistics

Maximum short position size.

Inherits: BaseStatisticParameter<decimal>

Implements: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructors

MaxShortPositionParameter()

Initialize MaxShortPositionParameter.

Methods

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.