Interface IPnLStatisticParameter
- Namespace
 - StockSharp.Algo.Statistics
 
- Assembly
 - StockSharp.Algo.dll
 
The interface, describing statistic parameter, calculated based on the profit-loss value (maximal contraction, Sharp coefficient etc.).
public interface IPnLStatisticParameter : IStatisticParameter, IPersistable, INotifyPropertyChanged
  - Inherited Members
 
- Extension Methods
 
Methods
Add(DateTimeOffset, decimal, decimal?)
To add new data to the parameter.
void Add(DateTimeOffset marketTime, decimal pnl, decimal? commission)
  Parameters
marketTimeDateTimeOffsetThe exchange time.
pnldecimalThe profit-loss value.
commissiondecimal?Commission.