RoundtripCountParameter

StockSharp.Algo.Statistics

Total number of closing trades.

Inherits: BaseStatisticParameter<int>

Implements: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

Constructors

RoundtripCountParameter
public RoundtripCountParameter()
roundtripCountParameter = RoundtripCountParameter()

Initialize RoundtripCountParameter.

Methods

Add
public void Add(PnLInfo info)
roundtripCountParameter.Add(info)

To add information about new trade to the parameter.

info
Information on new trade.