IStatisticManager

StockSharp.Algo.Statistics

The statistics manager.

実装: IPersistable, IDisposable

プロパティ

Parameters : IStatisticParameter[]

Calculated parameters.

メソッド

AddChangedOrder(Order)

To add the changed order.

order
The changed order.
AddFailedOrderCancel(OrderFail)

To add the order cancelling error.

fail
The order error.
AddMyTrade(PnLInfo)

To add information about new trade.

info
Information on new trade.
AddNewOrder(Order)

To add new order.

order
New order.
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.