IStatisticManager
StockSharp.Algo.Statistics
The statistics manager.
Implementa: IPersistable, IDisposable
Propiedades
Parameters : IStatisticParameter[]
Calculated parameters.
Métodos
AddPnL(DateTime, decimal, decimal?)
To add the new profit-loss value.
- time
- The change time .
- pnl
- New profit-loss value.
- commission
- Commission.
AddPosition(DateTime, decimal)
To add the new position value.
- time
- The change time .
- position
- The new position value.
AddRegisterFailedOrder(OrderFail)
To add the order registration error.
- fail
- Error registering order.
Reset()
To clear data on equity.