MaxShortPositionParameter

StockSharp.Algo.Statistics

Maximum short position size.

Наследует: BaseStatisticParameter<decimal>

Реализует: IPositionStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

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

MaxShortPositionParameter()

Initialize MaxShortPositionParameter.

Методы

Add(DateTime, decimal)

To add the new position value to the parameter.

marketTime
The exchange time.
position
The new position value.