Table of Contents

Class TradeCountParameter

Namespace
StockSharp.Algo.Statistics
Assembly
StockSharp.Algo.dll

Total number of trades.

[Display(ResourceType = typeof(LocalizedStrings), Name = "TotalTrades", Description = "TotalTradesDesc", GroupName = "Trades", Order = 102)]
public class TradeCountParameter : BaseStatisticParameter<int>, IStatisticParameter<int>, ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
Inheritance
TradeCountParameter
Implements
IPersistable
Inherited Members
Extension Methods

Constructors

TradeCountParameter()

Initialize TradeCountParameter.

public TradeCountParameter()

Methods

Add(PnLInfo)

To add information about new trade to the parameter.

public void Add(PnLInfo info)

Parameters

info PnLInfo

Information on new trade.