TradeCountParameter
StockSharp.Algo.Statistics
Total number of trades.
Inherits: BaseStatisticParameter<int>
Implements: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable
Constructors
TradeCountParameter
public TradeCountParameter()
tradeCountParameter = TradeCountParameter()
Initialize TradeCountParameter.
Methods
Add
public void Add(PnLInfo info)
tradeCountParameter.Add(info)
To add information about new trade to the parameter.
- info
- Information on new trade.