RecoveryFactorParameter

StockSharp.Algo.Statistics

回復要因(純利益/最大ドローダウン)。

継承元: BasePnLStatisticParameter<decimal>

コンストラクター

RecoveryFactorParameter
public RecoveryFactorParameter(MaxDrawdownParameter maxDrawdown, NetProfitParameter netProfit)
recoveryFactorParameter = RecoveryFactorParameter(maxDrawdown, netProfit)

回復要因(純利益/最大ドローダウン)。

maxDrawdown
担当: 佐藤 宏
netProfit
担当: 佐藤 宏

メソッド

Add
public override void Add(DateTime marketTime, decimal pnl, decimal? commission)
recoveryFactorParameter.Add(marketTime, pnl, commission)

パラメータに新しいデータを追加する。

marketTime
交換時間。
pnl
利益損失の価値。
commission
委員会。