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
marketTime
DateTimeOffsetThe exchange time.
pnl
decimalThe profit-loss value.
commission
decimal?Commission.