Class RoundtripCountParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
Total number of closing trades.
[Display(ResourceType = typeof(LocalizedStrings), Name = "ClosingTrades", Description = "ClosingTradesDesc", GroupName = "Trades", Order = 103)]
public class RoundtripCountParameter : BaseStatisticParameter<int>, IStatisticParameter<int>, ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged
- Inheritance
-
RoundtripCountParameter
- Implements
-
IPersistable
- Inherited Members
- Extension Methods
Constructors
RoundtripCountParameter()
Initialize RoundtripCountParameter.
public RoundtripCountParameter()
Methods
Add(PnLInfo)
To add information about new trade to the parameter.
public void Add(PnLInfo info)
Parameters
info
PnLInfoInformation on new trade.