ExpectancyParameter

StockSharp.Algo.Statistics

The average profit of winning trades minus the average loss of losing trades.

継承元: BaseStatisticParameter<decimal>

実装: ITradeStatisticParameter, IStatisticParameter, IPersistable, INotifyPropertyChanged, IDisposable

コンストラクター

ExpectancyParameter()

Initialize ExpectancyParameter.

メソッド

Add(PnLInfo)

To add information about new trade to the parameter.

info
Information on new trade.
Load(SettingsStorage)

Load settings.

storage
Settings storage.
Reset()

Reset state.

Save(SettingsStorage)

Save settings.

storage
Settings storage.