MaxProfitPercentParameter

StockSharp.Algo.Statistics

期間の最大利益価値、割合で表される。

継承元: BasePnLStatisticParameter<decimal>

実装: IBeginValueStatisticParameter

コンストラクター

MaxProfitPercentParameter
public MaxProfitPercentParameter(MaxProfitParameter underlying)
maxProfitPercentParameter = MaxProfitPercentParameter(underlying)

期間の最大利益価値、割合で表される。

underlying
担当: 佐藤 宏

プロパティ

BeginValue
public decimal BeginValue { get; set; }
value = maxProfitPercentParameter.BeginValue
maxProfitPercentParameter.BeginValue = value

パラメータの初期値。

メソッド

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

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

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