ReturnParameter

StockSharp.Algo.Statistics

Relative income for the whole time period.

继承自: BasePnLStatisticParameter<decimal>

构造函数

ReturnParameter()

Initialize ReturnParameter.

方法

Add(DateTime, decimal, decimal?)

To add new data to the parameter.

marketTime
The exchange time.
pnl
The profit-loss value.
commission
Commission.
Load(SettingsStorage)

Load settings.

storage
Settings storage.
Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.