Interface ITradeStatisticParameter
- Namespace
- StockSharp.Algo.Statistics
- Assembly
- StockSharp.Algo.dll
The interface, describing statistic parameter, calculated based on trade.
public interface ITradeStatisticParameter : IStatisticParameter, IPersistable, INotifyPropertyChanged
- Inherited Members
- Extension Methods
Methods
Add(PnLInfo)
To add information about new trade to the parameter.
void Add(PnLInfo info)
Parameters
info
PnLInfoInformation on new trade.